summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-27 18:12:18 +0100
commit567ef6d5782cdb729b49005caf6005610ce03e22 (patch)
tree7e3be1da41382e555d9091914ef7e064852a4fd4 /sw/source/ui/dbui/mmoutputpage.hxx
parentIntroduce INetContentType::scan (diff)
downloadcore-567ef6d5782cdb729b49005caf6005610ce03e22.tar.gz
core-567ef6d5782cdb729b49005caf6005610ce03e22.zip
Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 8a5c7756e035..9f7fc710c3d1 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -123,8 +123,8 @@ class SwMailMergeOutputPage : public svt::OWizardPage
DECL_LINK(DocumentSelectionHdl_Impl, RadioButton*);
DECL_LINK(SaveCancelHdl_Impl, void *);
protected:
- virtual bool canAdvance() const;
- virtual void ActivatePage();
+ virtual bool canAdvance() const SAL_OVERRIDE;
+ virtual void ActivatePage() SAL_OVERRIDE;
public:
SwMailMergeOutputPage( SwMailMergeWizard* _pParent);
~SwMailMergeOutputPage();
@@ -200,7 +200,7 @@ class SW_DLLPUBLIC SwSendMailDialog : public ModelessDialog //SfxModalDialog
SAL_DLLPRIVATE void SendMails();
SAL_DLLPRIVATE void UpdateTransferStatus();
- virtual void StateChanged( StateChangedType nStateChange );
+ virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
public:
SwSendMailDialog( Window* pParent, SwMailMergeConfigItem& );