diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 15:28:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-26 08:54:53 +0200 |
commit | d7f3dced121ea29f333594bc7a459e564f67f2fc (patch) | |
tree | cd5a56aa9b0db78921833606b74cd09bc48dd700 /include | |
parent | 1f00b24c1ab985877b48a5c634aa26ae6412cd6a (diff) |
remove unused code in sfx2::sidebar
removes these methods:
sfx2::sidebar::Context::EvaluateMatch(std::vector<sfx2::sidebar::Context>)
sfx2::sidebar::EnumContext::EvaluateMatch(std::vector<sfx2::sidebar::EnumContext>)
Change-Id: I14314d526a5306530d0381ca8bf6ab150d3dd5a0
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index 1dec8ca8b5b5..2eff3cfae34c 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -142,10 +142,6 @@ public: */ sal_Int32 EvaluateMatch (const EnumContext& rOther) const; - /** Return the best match against the given list of contexts. - */ - sal_Int32 EvaluateMatch (const ::std::vector<EnumContext>& rOthers) const; - static Application GetApplicationEnum (const ::rtl::OUString& rsApplicationName); static const ::rtl::OUString& GetApplicationName (const Application eApplication); |