diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-02 13:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:00 +0200 |
commit | 5133b27e638140ba574016b33dae70ca92edc323 (patch) | |
tree | 8c113b072c017a2beb6b96fa144c7ccb399373f5 /include/sfx2/stbitem.hxx | |
parent | 062e40c76bcab664907737feace74f134a25c29c (diff) |
loplugin:constantfunction: sfx2
Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f
Diffstat (limited to 'include/sfx2/stbitem.hxx')
-rw-r--r-- | include/sfx2/stbitem.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/stbitem.hxx b/include/sfx2/stbitem.hxx index f5e146c64dc8..835fcff98b46 100644 --- a/include/sfx2/stbitem.hxx +++ b/include/sfx2/stbitem.hxx @@ -98,7 +98,6 @@ protected: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ); virtual void Click(); - void DoubleClick(); virtual void Command( const CommandEvent& rCEvt ); virtual bool MouseButtonDown( const MouseEvent & ); virtual bool MouseMove( const MouseEvent & ); @@ -114,8 +113,6 @@ public: sal_uInt16 GetSlotId() const { return nSlotId; } sal_uInt16 GetId() const { return nId; } StatusBar& GetStatusBar() const { return *pBar; } - void CaptureMouse(); - void ReleaseMouse(); static SfxStatusBarControl* CreateControl( sal_uInt16 nSlotID, sal_uInt16 nId, StatusBar *pBar, SfxModule* ); static void RegisterStatusBarControl(SfxModule*, SfxStbCtrlFactory*); |