diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/msgpool.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/control/msgpool.cxx b/sfx2/source/control/msgpool.cxx index 683c00ae98b4..5563a300e7d4 100644 --- a/sfx2/source/control/msgpool.cxx +++ b/sfx2/source/control/msgpool.cxx @@ -309,15 +309,6 @@ const SfxSlot* SfxSlotPool::NextSlot() // Query SlotName with help text -SfxInterface* SfxSlotPool::FirstInterface() -{ - _nCurInterface = 0; - if ( _vInterfaces.empty() ) - return nullptr; - return _pParentPool ? _pParentPool->FirstInterface() : _vInterfaces[0]; -} - - const SfxSlot* SfxSlotPool::GetUnoSlot( const OUString& rName ) const { const SfxSlot *pSlot = nullptr; |