summaryrefslogtreecommitdiff
path: root/include/svx/pszctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/pszctrl.hxx')
-rw-r--r--include/svx/pszctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/pszctrl.hxx b/include/svx/pszctrl.hxx
index 19956fdfe571..827a06a882c5 100644
--- a/include/svx/pszctrl.hxx
+++ b/include/svx/pszctrl.hxx
@@ -40,9 +40,9 @@ public:
SvxPosSizeStatusBarControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
~SvxPosSizeStatusBarControl();
- virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
- virtual void Paint( const UserDrawEvent& rEvt );
- virtual void Command( const CommandEvent& rCEvt );
+ virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE;
+ virtual void Paint( const UserDrawEvent& rEvt ) SAL_OVERRIDE;
+ virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
};