diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-04 09:27:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-04 10:44:36 +0000 |
commit | f4d03933dc764139dc1e40fe6985a3cac090216e (patch) | |
tree | 22ead95a258f6af1a8a48ad785cf6a196c9a8c54 /include/sfx2/sidebar | |
parent | bfa01d8a8248f7e44675de5ed1f85a1d17105022 (diff) |
callcatcher: update unused code
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r-- | include/sfx2/sidebar/EnumContext.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/sidebar/EnumContext.hxx b/include/sfx2/sidebar/EnumContext.hxx index 4cd58bd5c3c0..29185374b6ba 100644 --- a/include/sfx2/sidebar/EnumContext.hxx +++ b/include/sfx2/sidebar/EnumContext.hxx @@ -119,11 +119,8 @@ public: */ sal_Int32 GetCombinedContext_DI(void) const; - const ::rtl::OUString& GetApplicationName (void) const; Application GetApplication_DI (void) const; - const ::rtl::OUString& GetContextName (void) const; - bool operator == (const EnumContext aOther); bool operator != (const EnumContext aOther); |