summaryrefslogtreecommitdiff
path: root/include/svx/selctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/selctrl.hxx')
-rw-r--r--include/svx/selctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/selctrl.hxx b/include/svx/selctrl.hxx
index be8b05a51bdd..173899a1c11c 100644
--- a/include/svx/selctrl.hxx
+++ b/include/svx/selctrl.hxx
@@ -32,9 +32,9 @@ public:
SvxSelectionModeControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState );
- virtual bool MouseButtonDown( const MouseEvent& rEvt );
- virtual void Paint( const UserDrawEvent& rEvt );
+ const SfxPoolItem* pState ) SAL_OVERRIDE;
+ virtual bool MouseButtonDown( const MouseEvent& rEvt ) SAL_OVERRIDE;
+ virtual void Paint( const UserDrawEvent& rEvt ) SAL_OVERRIDE;
private:
sal_uInt16 mnState;