summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/zoomctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/zoomctrl.hxx')
-rw-r--r--sw/source/uibase/inc/zoomctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/zoomctrl.hxx b/sw/source/uibase/inc/zoomctrl.hxx
index 758b674684fe..f4d04b4239f6 100644
--- a/sw/source/uibase/inc/zoomctrl.hxx
+++ b/sw/source/uibase/inc/zoomctrl.hxx
@@ -26,10 +26,10 @@ class SwZoomControl : public SvxZoomStatusBarControl
private:
OUString sPreviewZoom;
public:
- virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
+ virtual void Command( const CommandEvent& rCEvt ) override;
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();