Kaydet (Commit) e73ee8db authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused SfxInterface::GetResManager_Impl

Change-Id: Ia9ad8072b07f0121af18377445c90480ff7c2600
üst 5309cab8
...@@ -93,8 +93,6 @@ public: ...@@ -93,8 +93,6 @@ public:
SAL_DLLPRIVATE bool ContainsSlot_Impl( const SfxSlot *pSlot ) const SAL_DLLPRIVATE bool ContainsSlot_Impl( const SfxSlot *pSlot ) const
{ return pSlot >= pSlots && pSlot < pSlots + Count(); } { return pSlot >= pSlots && pSlot < pSlots + Count(); }
SAL_DLLPRIVATE ResMgr* GetResManager_Impl() const
{ return aNameResId.GetResMgr(); }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment