summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/custsdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rw-r--r--sd/source/ui/inc/custsdlg.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index 4fcbc7d54c75..66cc333f9ca0 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -51,8 +51,9 @@ private:
void CheckState();
- DECL_LINK( ClickButtonHdl, void * );
- DECL_LINK( StartShowHdl, void* );
+ DECL_LINK_TYPED( ClickButtonHdl, Button*, void );
+ DECL_LINK( SelectHdl, void* );
+ DECL_LINK_TYPED( StartShowHdl, Button*, void );
public:
SdCustomShowDlg( vcl::Window* pWindow, SdDrawDocument& rDrawDoc );
@@ -82,8 +83,9 @@ private:
void CheckState();
void CheckCustomShow();
- DECL_LINK( ClickButtonHdl, void * );
- DECL_LINK( OKHdl, void * );
+ DECL_LINK_TYPED( ClickButtonHdl, Button*, void );
+ DECL_LINK( ClickButtonHdl2, void* );
+ DECL_LINK_TYPED( OKHdl, Button*, void );
public: