summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneDockingWindow.cxx
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-14 20:21:59 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-14 20:21:59 +0200
commit958e5f85168c87b1a48b1a4c29f077c0a6b4a2c3 (patch)
treece610ce6ede20bc19a4914cabec70a7703163be3 /sd/source/ui/dlg/PaneDockingWindow.cxx
parentedd98d01793ff8ab444c16b94d71f526d1d3550c (diff)
parent8555dec9b440d58f4bc19fc088679a827e2870b5 (diff)
merge
Diffstat (limited to 'sd/source/ui/dlg/PaneDockingWindow.cxx')
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.cxx b/sd/source/ui/dlg/PaneDockingWindow.cxx
index c649f00ac52e..c1dedd5d8293 100644
--- a/sd/source/ui/dlg/PaneDockingWindow.cxx
+++ b/sd/source/ui/dlg/PaneDockingWindow.cxx
@@ -78,17 +78,4 @@ void PaneDockingWindow::StateChanged( StateChangedType nType )
SfxDockingWindow::StateChanged (nType);
}
-void PaneDockingWindow::EndDocking( const Rectangle& rRect, BOOL bFloatMode )
-{
- SfxDockingWindow::EndDocking( rRect, bFloatMode );
-
- if ( maEndDockingHdl.IsSet() )
- maEndDockingHdl.Call( this );
-}
-
-void PaneDockingWindow::ResetToolBox()
-{
- impl_resetToolBox();
-}
-
} // end of namespace ::sd