summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmmergepage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmmergepage.hxx')
-rw-r--r--sw/source/ui/dbui/mmmergepage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmmergepage.hxx b/sw/source/ui/dbui/mmmergepage.hxx
index 2ff8187eff10..30d8d992ba02 100644
--- a/sw/source/ui/dbui/mmmergepage.hxx
+++ b/sw/source/ui/dbui/mmmergepage.hxx
@@ -41,8 +41,8 @@ class SwMailMergeMergePage : public svt::OWizardPage
VclPtr<SwMailMergeWizard> m_pWizard;
- DECL_LINK(EditDocumentHdl_Impl, void *);
- DECL_LINK(FindHdl_Impl, void *);
+ DECL_LINK_TYPED(EditDocumentHdl_Impl, Button*, void);
+ DECL_LINK_TYPED(FindHdl_Impl, Button*, void);
DECL_LINK(EnteredFindStringHdl_Impl, void*);
public: