diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-04 15:33:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-04 17:13:21 +0100 |
commit | 1a3c99f2c31dbc4dd6b3b5788ea0b49a34bea2c6 (patch) | |
tree | a2be3e4b33ed214e331b013983643fc8cd488cbf /include/sfx2/dispatch.hxx | |
parent | 9f1be6c65210e600baee5c63480df58e8b8ce7b1 (diff) |
callcatcher: update unusedcode
mostly changed due to loplugin:constantfunction
Change-Id: Ib677c78db256f8032a99b3f02a3e363fee68ebcc
Diffstat (limited to 'include/sfx2/dispatch.hxx')
-rw-r--r-- | include/sfx2/dispatch.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/dispatch.hxx b/include/sfx2/dispatch.hxx index c32ec1faf0a3..274c0c2444cd 100644 --- a/include/sfx2/dispatch.hxx +++ b/include/sfx2/dispatch.hxx @@ -92,9 +92,7 @@ friend class SfxBindings; friend class SfxStateCache; friend class SfxPopupMenuManager; friend class SfxHelp; - // For bindings: Finding the Message; - // level for re-access - SAL_DLLPRIVATE bool _TryIntercept_Impl( sal_uInt16 nId, SfxSlotServer &rServer, bool bModal ); + bool _FindServer( sal_uInt16 nId, SfxSlotServer &rServer, bool bModal ); bool _FillState( const SfxSlotServer &rServer, SfxItemSet &rState, const SfxSlot *pRealSlot ); |