diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-27 08:46:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-27 10:18:31 +0100 |
commit | 53617c8651274e581cc1b55c9705c54e03f93879 (patch) | |
tree | e47a5e84d3b38344b1f845233398a10150949145 /sfx2 | |
parent | f52b92f1c55657fd737c4d92010ca54e65c387d3 (diff) |
callcatcher: update unused code
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/dockwin.cxx | 5 | ||||
-rw-r--r-- | sfx2/source/dialog/templdlg.cxx | 9 | ||||
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 17 | ||||
-rw-r--r-- | sfx2/source/sidebar/SidebarController.hxx | 2 |
4 files changed, 0 insertions, 33 deletions
diff --git a/sfx2/source/dialog/dockwin.cxx b/sfx2/source/dialog/dockwin.cxx index 68bc13ea63f5..529096832518 100644 --- a/sfx2/source/dialog/dockwin.cxx +++ b/sfx2/source/dialog/dockwin.cxx @@ -1843,11 +1843,6 @@ bool SfxDockingWindow::IsAutoHide_Impl() const return false; } -void SfxDockingWindow::AutoShow( bool bShow ) -{ - AutoShow_Impl(bShow); -} - void SfxDockingWindow::AutoShow_Impl( bool bShow ) { if ( pImp->pSplitWin ) diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx index 09f30cedcde1..2ab172684df1 100644 --- a/sfx2/source/dialog/templdlg.cxx +++ b/sfx2/source/dialog/templdlg.cxx @@ -371,16 +371,7 @@ SfxTemplateDialogWrapper::SfxTemplateDialogWrapper(Window *pParentWnd, pWin->SetMinOutputSizePixel(pWin->pImpl->GetMinOutputSizePixel()); } -void SfxTemplateDialogWrapper::SetParagraphFamily() -{ - // forward to SfxTemplateDialog, because SfxTemplateDialog isn't exported - static_cast< SfxTemplateDialog* >( GetWindow() )->SetParagraphFamily(); -} - - - //===== SfxTemplatePanelControl =============================================== - SfxTemplatePanelControl::SfxTemplatePanelControl ( SfxBindings* pBindings, Window* pParentWindow) diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index 8760176ced4c..2b32ba7bf20e 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -537,20 +537,6 @@ void SidebarController::OpenThenSwitchToDeck ( mpTabBar->Invalidate(); } - - - -void SidebarController::RequestSwitchToDeck ( - const ::rtl::OUString& rsDeckId) -{ - maContextChangeUpdate.CancelRequest(); - maAsynchronousDeckSwitch.RequestCall( - ::boost::bind(&SidebarController::OpenThenSwitchToDeck, this, rsDeckId)); -} - - - - void SidebarController::SwitchToDeck ( const ::rtl::OUString& rsDeckId) { @@ -564,9 +550,6 @@ void SidebarController::SwitchToDeck ( } } - - - void SidebarController::SwitchToDeck ( const DeckDescriptor& rDeckDescriptor, const Context& rContext) diff --git a/sfx2/source/sidebar/SidebarController.hxx b/sfx2/source/sidebar/SidebarController.hxx index a2397cf7ce60..4043bb5bf842 100644 --- a/sfx2/source/sidebar/SidebarController.hxx +++ b/sfx2/source/sidebar/SidebarController.hxx @@ -123,8 +123,6 @@ public: const static sal_Int32 SwitchFlag_ForceNewDeck = 0x02; const static sal_Int32 SwitchFlag_ForceNewPanels = 0x02; - void RequestSwitchToDeck ( - const ::rtl::OUString& rsDeckId); void OpenThenSwitchToDeck ( const ::rtl::OUString& rsDeckId); |