summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Sidebar.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-09 11:59:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-09 13:17:28 +0100
commit69c842a4f3cd274c62b0539eb2bcbd3c0cc8879c (patch)
treeec69b6d52884d0f10e56677a18ffa074cb34a3c6 /sfx2/source/sidebar/Sidebar.cxx
parent5089bdb234a93bcb62b597c18b8ab66048246b13 (diff)
update unusedcode list
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
Diffstat (limited to 'sfx2/source/sidebar/Sidebar.cxx')
-rw-r--r--sfx2/source/sidebar/Sidebar.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/sidebar/Sidebar.cxx b/sfx2/source/sidebar/Sidebar.cxx
index dd7efec0550a..a7ef2ccfb805 100644
--- a/sfx2/source/sidebar/Sidebar.cxx
+++ b/sfx2/source/sidebar/Sidebar.cxx
@@ -47,18 +47,6 @@ void Sidebar::ShowPanel (
}
}
-
-
-
-void Sidebar::ShowDeck (
- const ::rtl::OUString& rsDeckId,
- const Reference<frame::XFrame>& rxFrame)
-{
- SidebarController* pController = SidebarController::GetSidebarControllerForFrame(rxFrame);
- if (pController != NULL)
- pController->RequestSwitchToDeck(rsDeckId);
-}
-
} } // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */