summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/tmplctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/tmplctrl.hxx')
-rw-r--r--sw/source/uibase/inc/tmplctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/tmplctrl.hxx b/sw/source/uibase/inc/tmplctrl.hxx
index 37722d748590..fec163968e19 100644
--- a/sw/source/uibase/inc/tmplctrl.hxx
+++ b/sw/source/uibase/inc/tmplctrl.hxx
@@ -24,11 +24,11 @@
class SwTemplateControl : public SfxStatusBarControl
{
protected:
- virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
+ virtual void Command( const CommandEvent& rCEvt ) override;
public:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
- const SfxPoolItem* pState ) SAL_OVERRIDE;
- virtual void Paint( const UserDrawEvent& rEvt ) SAL_OVERRIDE;
+ const SfxPoolItem* pState ) override;
+ virtual void Paint( const UserDrawEvent& rEvt ) override;
SFX_DECL_STATUSBAR_CONTROL();