summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/tmpdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/tmpdlg.hxx')
-rw-r--r--sw/source/uibase/inc/tmpdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/tmpdlg.hxx b/sw/source/uibase/inc/tmpdlg.hxx
index dd60e200787a..db280d42c315 100644
--- a/sw/source/uibase/inc/tmpdlg.hxx
+++ b/sw/source/uibase/inc/tmpdlg.hxx
@@ -76,10 +76,10 @@ public:
SwWrtShell* pActShell = 0,
bool bNew = false );
- virtual void RefreshInputSet() SAL_OVERRIDE;
+ virtual void RefreshInputSet() override;
- virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) SAL_OVERRIDE;
- virtual short Ok() SAL_OVERRIDE;
+ virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
+ virtual short Ok() override;
};
#endif