diff options
Diffstat (limited to 'include/svx/modctrl.hxx')
-rw-r--r-- | include/svx/modctrl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/modctrl.hxx b/include/svx/modctrl.hxx index 9990d8cff472..ca1129128b1f 100644 --- a/include/svx/modctrl.hxx +++ b/include/svx/modctrl.hxx @@ -34,9 +34,9 @@ class SVX_DLLPUBLIC SvxModifyControl : public SfxStatusBarControl { public: virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, - const SfxPoolItem* pState ); - virtual void Paint( const UserDrawEvent& rUsrEvt ); - virtual void DoubleClick(); + const SfxPoolItem* pState ) SAL_OVERRIDE; + virtual void Paint( const UserDrawEvent& rUsrEvt ) SAL_OVERRIDE; + virtual void DoubleClick() SAL_OVERRIDE; SFX_DECL_STATUSBAR_CONTROL(); |