summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-21 12:35:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-21 12:36:08 +0200
commite73ee8db850f292aadbc2c7c853c6b4fb1dd5100 (patch)
tree1a365c3bf7efb1125ae1cb55e97da08a6646528b
parent5309cab855f2ccd129de97834d781524e2aa961e (diff)
Remove unused SfxInterface::GetResManager_Impl
Change-Id: Ia9ad8072b07f0121af18377445c90480ff7c2600
-rw-r--r--include/sfx2/objface.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx
index 35d9357b1ce1..8a83741e8e91 100644
--- a/include/sfx2/objface.hxx
+++ b/include/sfx2/objface.hxx
@@ -93,8 +93,6 @@ public:
SAL_DLLPRIVATE bool ContainsSlot_Impl( const SfxSlot *pSlot ) const
{ return pSlot >= pSlots && pSlot < pSlots + Count(); }
- SAL_DLLPRIVATE ResMgr* GetResManager_Impl() const
- { return aNameResId.GetResMgr(); }
};