Kaydet (Commit) 72e5671b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: variable value is not used

Change-Id: Ide7e40a0739e03c525eb5883b1583af01e4e721e
üst 6ecd9e5d
...@@ -270,7 +270,6 @@ sal_Bool FuText::MouseButtonDown(const MouseEvent& rMEvt) ...@@ -270,7 +270,6 @@ sal_Bool FuText::MouseButtonDown(const MouseEvent& rMEvt)
SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings(); SfxBindings& rBindings = pViewShell->GetViewFrame()->GetBindings();
rBindings.Invalidate( SID_OBJECT_ROTATE ); rBindings.Invalidate( SID_OBJECT_ROTATE );
rBindings.Invalidate( SID_OBJECT_MIRROR ); rBindings.Invalidate( SID_OBJECT_MIRROR );
pHdl=pView->GetHdl(nHdlNum);
} }
if ( pView->MarkObj(aMDPos, -2, false, rMEvt.IsMod1()) ) if ( pView->MarkObj(aMDPos, -2, false, rMEvt.IsMod1()) )
......
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