Kaydet (Commit) 6ecd9e5d authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: unused variable value

Change-Id: Ic0c03c649bfaf67a3c936f910c185882ae395711
üst 2d385322
......@@ -5107,7 +5107,6 @@ bool ScDocument::RefreshAutoFilter( SCCOL nStartCol, SCROW nStartRow,
ScDBCollection::NamedDBs::const_iterator itr = rDBs.begin(), itrEnd = rDBs.end();
for (; itr != itrEnd; ++itr)
{
pData = &(*itr);
if (itr->HasAutoFilter())
{
itr->GetArea( nDBTab, nDBStartCol,nDBStartRow, nDBEndCol,nDBEndRow );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment