summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/changedb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/changedb.hxx')
-rw-r--r--sw/source/uibase/inc/changedb.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/changedb.hxx b/sw/source/uibase/inc/changedb.hxx
index 8a3f95a3003c..6efb9212dd7a 100644
--- a/sw/source/uibase/inc/changedb.hxx
+++ b/sw/source/uibase/inc/changedb.hxx
@@ -47,8 +47,8 @@ class SwChangeDBDlg: public SvxStandardDialog
SwFieldMgr *pMgr;
DECL_LINK(TreeSelectHdl, void * = 0);
- DECL_LINK(ButtonHdl, void *);
- DECL_LINK(AddDBHdl, void *);
+ DECL_LINK_TYPED(ButtonHdl, Button*, void);
+ DECL_LINK_TYPED(AddDBHdl, Button*, void);
virtual void Apply() SAL_OVERRIDE;
void UpdateFields();