summaryrefslogtreecommitdiffstats
path: root/sfx2/source/sidebar/ContextList.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 14:15:01 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:58:59 +0200
commit7b2c8b97715f17f2ddb534089389e961aa9d7fe1 (patch)
treecb63ba338207b315cdb40fecdd088f601624849a /sfx2/source/sidebar/ContextList.cxx
parentremove unused code svl::SharedStringPool::SharedStringPool() (diff)
downloadcore-7b2c8b97715f17f2ddb534089389e961aa9d7fe1.tar.gz
core-7b2c8b97715f17f2ddb534089389e961aa9d7fe1.zip
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/ContextList.cxx')
-rw-r--r--sfx2/source/sidebar/ContextList.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/sidebar/ContextList.cxx b/sfx2/source/sidebar/ContextList.cxx
index 8d39015c3e44..e1dd71169068 100644
--- a/sfx2/source/sidebar/ContextList.cxx
+++ b/sfx2/source/sidebar/ContextList.cxx
@@ -104,12 +104,6 @@ void ContextList::AddContextDescription (
-bool ContextList::IsEmpty (void)
-{
- return maEntries.empty();
-}
-
-
} } // end of namespace sfx2::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */