diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 14:15:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:58:59 +0200 |
commit | 7b2c8b97715f17f2ddb534089389e961aa9d7fe1 (patch) | |
tree | cb63ba338207b315cdb40fecdd088f601624849a /sfx2/source/sidebar/SidebarDockingWindow.cxx | |
parent | e395801fd2c303ab5b7a182d102ea6c833369c2b (diff) |
remove unused code in sfx2::sidebar
sfx2::sidebar::ContextList::IsEmpty()
sfx2::sidebar::Deck::PrintWindowTree(std::vector<sfx2::sidebar::Panel*> > const&)
sfx2::sidebar::EnumContext::EvaluateMatch(sfx2::sidebar::EnumContext const&) const
sfx2::sidebar::EnumContext::GetContext() const
sfx2::sidebar::Paint::Set(sfx2::sidebar::Paint const&)
sfx2::sidebar::Panel::PrintWindowTree()
sfx2::sidebar::SidebarDockingWindow::GetChildWindow()
Change-Id: I285567320677a831b2b786f4f73b000eed39987b
Diffstat (limited to 'sfx2/source/sidebar/SidebarDockingWindow.cxx')
-rw-r--r-- | sfx2/source/sidebar/SidebarDockingWindow.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx index a8c0441c41c0..259123dcca31 100644 --- a/sfx2/source/sidebar/SidebarDockingWindow.cxx +++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx @@ -79,14 +79,6 @@ void SidebarDockingWindow::GetFocus() -SfxChildWindow* SidebarDockingWindow::GetChildWindow (void) -{ - return GetChildWindow_Impl(); -} - - - - bool SidebarDockingWindow::Close (void) { if (mpSidebarController.is()) |