summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar
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 /include/sfx2/sidebar
parente395801fd2c303ab5b7a182d102ea6c833369c2b (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 'include/sfx2/sidebar')
-rw-r--r--include/sfx2/sidebar/EnumContext.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx
index 2eff3cfae34c..4cd58bd5c3c0 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -123,7 +123,6 @@ public:
Application GetApplication_DI (void) const;
const ::rtl::OUString& GetContextName (void) const;
- Context GetContext (void) const;
bool operator == (const EnumContext aOther);
bool operator != (const EnumContext aOther);
@@ -136,12 +135,6 @@ public:
const static sal_Int32 NoMatch;
const static sal_Int32 OptimalMatch;
- /** Return the numeric value that describes how good the match
- between two contexts is.
- Smaller values represent better matches.
- */
- sal_Int32 EvaluateMatch (const EnumContext& rOther) const;
-
static Application GetApplicationEnum (const ::rtl::OUString& rsApplicationName);
static const ::rtl::OUString& GetApplicationName (const Application eApplication);