summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmdocselectpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmdocselectpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmdocselectpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmdocselectpage.hxx b/sw/source/ui/dbui/mmdocselectpage.hxx
index 410494176489..e3380550bc5f 100644
--- a/sw/source/ui/dbui/mmdocselectpage.hxx
+++ b/sw/source/ui/dbui/mmdocselectpage.hxx
@@ -47,12 +47,12 @@ class SwMailMergeDocSelectPage : public svt::OWizardPage
DECL_LINK_TYPED(DocSelectHdl, Button*, void);
DECL_LINK_TYPED(FileSelectHdl, Button*, void);
- virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) SAL_OVERRIDE;
+ virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) override;
public:
SwMailMergeDocSelectPage( SwMailMergeWizard* _pParent);
virtual ~SwMailMergeDocSelectPage();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
};