Kaydet (Commit) 592f1387 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1130187 Logically dead code

Change-Id: I0d89af20a61123d7a47452c024c987774d929475
üst 960da63a
...@@ -186,11 +186,7 @@ bool ScViewFunc::TestFormatArea( SCCOL nCol, SCROW nRow, SCTAB nTab, bool bAttrC ...@@ -186,11 +186,7 @@ bool ScViewFunc::TestFormatArea( SCCOL nCol, SCROW nRow, SCTAB nTab, bool bAttrC
if (bFound) if (bFound)
aFormatArea = aNewRange; // extend aFormatArea = aNewRange; // extend
else else
{ bFormatValid = false; // outside of range -> break
bFormatValid = false; // outdside of range -> break
if ( bAttrChanged ) // if value entered with numberformat?
StartFormatArea(); // then start again
}
return bFound; return bFound;
} }
......
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