summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmpreparemergepage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmpreparemergepage.hxx')
-rw-r--r--sw/source/ui/dbui/mmpreparemergepage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmpreparemergepage.hxx b/sw/source/ui/dbui/mmpreparemergepage.hxx
index 9893b0ac2ac5..bdaef54ae3ff 100644
--- a/sw/source/ui/dbui/mmpreparemergepage.hxx
+++ b/sw/source/ui/dbui/mmpreparemergepage.hxx
@@ -44,8 +44,8 @@ class SwMailMergePrepareMergePage : public svt::OWizardPage
DECL_LINK(ExcludeHdl_Impl, CheckBox*);
DECL_LINK(MoveHdl_Impl, void*);
- virtual void ActivatePage();
- virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
+ virtual void ActivatePage() SAL_OVERRIDE;
+ virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) SAL_OVERRIDE;
public:
SwMailMergePrepareMergePage( SwMailMergeWizard* _pParent);