summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dockwin.cxx')
-rw-r--r--vcl/source/window/dockwin.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/source/window/dockwin.cxx b/vcl/source/window/dockwin.cxx
index 27527fc6336e..9596bfb63acd 100644
--- a/vcl/source/window/dockwin.cxx
+++ b/vcl/source/window/dockwin.cxx
@@ -789,21 +789,6 @@ void DockingWindow::DataChanged( const DataChangedEvent& rDCEvt )
// -----------------------------------------------------------------------
-void DockingWindow::ShowTitleButton( sal_uInt16 nButton, sal_Bool bVisible )
-{
- if ( mpFloatWin )
- mpFloatWin->ShowTitleButton( nButton, bVisible );
- else
- {
- if ( nButton == TITLE_BUTTON_DOCKING )
- mbDockBtn = bVisible;
- else /* if ( nButton == TITLE_BUTTON_HIDE ) */
- mbHideBtn = bVisible;
- }
-}
-
-// -----------------------------------------------------------------------
-
void DockingWindow::SetFloatingMode( sal_Bool bFloatMode )
{
ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( this );