Kaydet (Commit) 9a99c835 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove no-opt debug breakpoint

Change-Id: I4ad5ca0bb27569442812ddf0c5cff101e96d4d84
üst 7038bc4a
......@@ -1018,11 +1018,6 @@ IMPL_LINK( SwSidebarWin, WindowEventListener, VclSimpleEvent*, pEvent )
mrView.GetWrtShell().LockView( bLockView );
mrMgr.MakeVisible( this );
}
else if ( pWinEvent->GetWindow() == mpSidebarTxtControl )
{
int i = 5;
++i;
}
}
return sal_True;
}
......
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