summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmgreetingspage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmgreetingspage.hxx')
-rw-r--r--sw/source/ui/dbui/mmgreetingspage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmgreetingspage.hxx b/sw/source/ui/dbui/mmgreetingspage.hxx
index 84d12f662e71..ebd1ddc5a62e 100644
--- a/sw/source/ui/dbui/mmgreetingspage.hxx
+++ b/sw/source/ui/dbui/mmgreetingspage.hxx
@@ -84,9 +84,9 @@ class SwMailMergeGreetingsPage : public svt::OWizardPage,
DECL_LINK(GreetingSelectHdl_Impl, void *);
DECL_LINK(AssignHdl_Impl, PushButton*);
- virtual void UpdatePreview();
- virtual void ActivatePage();
- virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason );
+ virtual void UpdatePreview() SAL_OVERRIDE;
+ virtual void ActivatePage() SAL_OVERRIDE;
+ virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) SAL_OVERRIDE;
public:
SwMailMergeGreetingsPage( SwMailMergeWizard* _pParent);
~SwMailMergeGreetingsPage();