summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/fldtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/fldtdlg.hxx')
-rw-r--r--sw/source/ui/inc/fldtdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/fldtdlg.hxx b/sw/source/ui/inc/fldtdlg.hxx
index 26dc75b63705..1b29cc6ae864 100644
--- a/sw/source/ui/inc/fldtdlg.hxx
+++ b/sw/source/ui/inc/fldtdlg.hxx
@@ -53,8 +53,8 @@ public:
SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, Window *pParent);
virtual ~SwFldDlg();
- DECL_LINK( OKHdl, Button * );
- DECL_LINK( CancelHdl, Button * );
+ DECL_LINK(OKHdl, void *);
+ DECL_LINK(CancelHdl, void *);
void Initialize(SfxChildWinInfo *pInfo);
void ReInitDlg();