Kaydet (Commit) 8b2e014a authored tarafından Caolán McNamara's avatar Caolán McNamara

-Werror=parentheses

Change-Id: Ibf897ccd5c89d8ba86b6d7838d43b9e23aac79ca
üst 00856ac9
...@@ -535,11 +535,13 @@ IMPL_LINK( SvxSuperContourDlg, Tbx1ClickHdl, ToolBox*, pTbx ) ...@@ -535,11 +535,13 @@ IMPL_LINK( SvxSuperContourDlg, Tbx1ClickHdl, ToolBox*, pTbx )
aStbStatus.Invalidate(); aStbStatus.Invalidate();
else if ( bGraphicLinked ) else if ( bGraphicLinked )
{ {
MessageDialog aQBox( this,"QueryUnlinkGraphicsDialog","svx/ui/queryunlinkgraphicsdialog.ui"); MessageDialog aQBox(this, "QueryUnlinkGraphicsDialog",
"svx/ui/queryunlinkgraphicsdialog.ui");
if ( aQBox.Execute() != RET_YES ) if (aQBox.Execute() != RET_YES)
{ {
aTbx1.CheckItem( TBI_PIPETTE, bPipette = sal_False ); bPipette = false;
aTbx1.CheckItem(TBI_PIPETTE, bPipette);
aStbStatus.Invalidate(); aStbStatus.Invalidate();
} }
} }
......
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