summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-28 20:46:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-28 21:15:31 +0100
commit9a99c835bf35c754d5214b35e65c5eaf80707ab4 (patch)
treef77e2ee25580a906985305907189a3199cb04065
parent7038bc4a2d773004fc1d336dee034113b00153cf (diff)
remove no-opt debug breakpoint
Change-Id: I4ad5ca0bb27569442812ddf0c5cff101e96d4d84
-rw-r--r--sw/source/ui/docvw/SidebarWin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/docvw/SidebarWin.cxx b/sw/source/ui/docvw/SidebarWin.cxx
index a03c5ac8f4c1..606ee292dcb6 100644
--- a/sw/source/ui/docvw/SidebarWin.cxx
+++ b/sw/source/ui/docvw/SidebarWin.cxx
@@ -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;
}