summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-15 09:25:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-15 10:22:24 +0100
commit3962122a5810b7679abf03a7e0c15e56f0b3d9ab (patch)
treeaf1522f42eac8e4a556c56684f34bafe3b004e41 /include/sfx2/sidebar
parent0d168764e0299f48ce56970092c990fd44355f8a (diff)
callcatcher: update unused code
Change-Id: Ia2452eb82139039e1e6dc98e61ffb32b4091b94f
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 b0b505d65ccf..53292fecfea8 100644
--- a/include/sfx2/sidebar/EnumContext.hxx
+++ b/include/sfx2/sidebar/EnumContext.hxx
@@ -110,12 +110,6 @@ public:
const ::rtl::OUString& rsApplicationName,
const ::rtl::OUString& rsContextName);
- /** Return a number that encodes both the application and context
- enums.
- Use the CombinedEnumContext macro in switch() statements and comparisons.
- */
- sal_Int32 GetCombinedContext(void) const;
-
/** This variant of the GetCombinedContext() method treats some
application names as identical to each other. Replacements
made are:
@@ -126,7 +120,6 @@ public:
sal_Int32 GetCombinedContext_DI(void) const;
const ::rtl::OUString& GetApplicationName (void) const;
- Application GetApplication (void) const;
Application GetApplication_DI (void) const;
const ::rtl::OUString& GetContextName (void) const;