summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 15:28:04 +0200
committerNoel Grandin <noel@peralex.com>2014-02-26 08:54:53 +0200
commitd7f3dced121ea29f333594bc7a459e564f67f2fc (patch)
treecd5a56aa9b0db78921833606b74cd09bc48dd700 /include
parentWaE: implicit conversion of literal of type 'const char *' to 'bool' (diff)
downloadcore-d7f3dced121ea29f333594bc7a459e564f67f2fc.tar.gz
core-d7f3dced121ea29f333594bc7a459e564f67f2fc.zip
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.hxx4
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);