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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmpreparemergepage.hxx b/sw/source/ui/dbui/mmpreparemergepage.hxx
index 8bfdfbe94158..7b0fb2cbe882 100644
--- a/sw/source/ui/dbui/mmpreparemergepage.hxx
+++ b/sw/source/ui/dbui/mmpreparemergepage.hxx
@@ -40,9 +40,10 @@ class SwMailMergePrepareMergePage : public svt::OWizardPage
VclPtr<SwMailMergeWizard> m_pWizard;
- DECL_LINK(EditDocumentHdl_Impl, void *);
- DECL_LINK(ExcludeHdl_Impl, CheckBox*);
+ DECL_LINK_TYPED(EditDocumentHdl_Impl, Button*, void);
+ DECL_LINK_TYPED(ExcludeHdl_Impl, Button*, void);
DECL_LINK(MoveHdl_Impl, void*);
+ DECL_LINK_TYPED(MoveClickHdl_Impl, Button*, void);
virtual void ActivatePage() SAL_OVERRIDE;
virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) SAL_OVERRIDE;