Kaydet (Commit) 154cc4ab authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1242506 silence Arguments in wrong order

order doesn't matter one bit as far as I can see

Change-Id: I55aa5d23d9865a47ef4dcda9d3e19863794a18c9
üst 67693ad0
......@@ -883,7 +883,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq )
SfxItemSet& rNewSet = pStyleSheet->GetItemSet();
bool bNumFormatChanged;
if ( ScGlobal::CheckWidthInvalidate(
bNumFormatChanged, aOldSet, rNewSet ) )
bNumFormatChanged, rNewSet, aOldSet ) )
rDoc.InvalidateTextWidth( NULL, NULL, bNumFormatChanged );
SCTAB nTabCount = rDoc.GetTableCount();
......
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