summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/srtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/srtdlg.hxx')
-rw-r--r--sw/source/uibase/inc/srtdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/srtdlg.hxx b/sw/source/uibase/inc/srtdlg.hxx
index e67b47a7e7bb..db80c6f8014a 100644
--- a/sw/source/uibase/inc/srtdlg.hxx
+++ b/sw/source/uibase/inc/srtdlg.hxx
@@ -74,7 +74,7 @@ class SwSortDlg : public SvxStandardDialog
sal_uInt16 nX;
sal_uInt16 nY;
- virtual void Apply() SAL_OVERRIDE;
+ virtual void Apply() override;
sal_Unicode GetDelimChar() const;
DECL_LINK_TYPED( CheckHdl, Button*, void );
@@ -86,7 +86,7 @@ class SwSortDlg : public SvxStandardDialog
public:
SwSortDlg(vcl::Window * pParent, SwWrtShell &rSh);
virtual ~SwSortDlg();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
};
#endif