summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/datafdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/datafdlg.hxx')
-rw-r--r--sc/source/ui/inc/datafdlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx
index 762b0cd5d761..7bd344a63334 100644
--- a/sc/source/ui/inc/datafdlg.hxx
+++ b/sc/source/ui/inc/datafdlg.hxx
@@ -63,13 +63,13 @@ private:
void SetButtonState();
// Handler:
- DECL_LINK(Impl_NewHdl, void *);
- DECL_LINK(Impl_PrevHdl, void *);
- DECL_LINK(Impl_NextHdl, void *);
+ DECL_LINK_TYPED(Impl_NewHdl, Button*, void);
+ DECL_LINK_TYPED(Impl_PrevHdl, Button*, void);
+ DECL_LINK_TYPED(Impl_NextHdl, Button*, void);
- DECL_LINK(Impl_RestoreHdl, void *);
- DECL_LINK(Impl_DeleteHdl, void *);
- DECL_LINK(Impl_CloseHdl, void *);
+ DECL_LINK_TYPED(Impl_RestoreHdl, Button*, void);
+ DECL_LINK_TYPED(Impl_DeleteHdl, Button*, void);
+ DECL_LINK_TYPED(Impl_CloseHdl, Button*, void);
DECL_LINK(Impl_ScrollHdl, void *);
DECL_LINK( Impl_DataModifyHdl, Edit* );