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/source/sidebar | |
parent | f52b92f1c55657fd737c4d92010ca54e65c387d3 (diff) |
callcatcher: update unused code
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
Diffstat (limited to 'sfx2/source/sidebar')
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 17 | ||||
-rw-r--r-- | sfx2/source/sidebar/SidebarController.hxx | 2 |
2 files changed, 0 insertions, 19 deletions
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); |