diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-15 09:25:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-15 10:22:24 +0100 |
commit | 3962122a5810b7679abf03a7e0c15e56f0b3d9ab (patch) | |
tree | af1522f42eac8e4a556c56684f34bafe3b004e41 /include/sfx2/sidebar | |
parent | 0d168764e0299f48ce56970092c990fd44355f8a (diff) |
callcatcher: update unused code
Change-Id: Ia2452eb82139039e1e6dc98e61ffb32b4091b94f
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 7 |
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; |