From 3962122a5810b7679abf03a7e0c15e56f0b3d9ab Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 15 Oct 2013 09:25:25 +0100 Subject: callcatcher: update unused code Change-Id: Ia2452eb82139039e1e6dc98e61ffb32b4091b94f --- sfx2/source/sidebar/EnumContext.cxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx index 5ba6957f5c86..59b937f24341 100644 --- a/sfx2/source/sidebar/EnumContext.cxx +++ b/sfx2/source/sidebar/EnumContext.cxx @@ -73,14 +73,6 @@ EnumContext::EnumContext ( -sal_Int32 EnumContext::GetCombinedContext (void) const -{ - return CombinedEnumContext(meApplication, meContext); -} - - - - sal_Int32 EnumContext::GetCombinedContext_DI (void) const { return CombinedEnumContext(GetApplication_DI(), meContext); @@ -113,14 +105,6 @@ EnumContext::Application EnumContext::GetApplication_DI (void) const -EnumContext::Application EnumContext::GetApplication (void) const -{ - return meApplication; -} - - - - const ::rtl::OUString& EnumContext::GetApplicationName (void) const { return EnumContext::GetApplicationName(meApplication); -- cgit