diff options
Diffstat (limited to 'sd/source/ui/inc/custsdlg.hxx')
-rw-r--r-- | sd/source/ui/inc/custsdlg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx index 18cb8d44cf10..cb077e06fd21 100644 --- a/sd/source/ui/inc/custsdlg.hxx +++ b/sd/source/ui/inc/custsdlg.hxx @@ -63,7 +63,7 @@ private: void CheckState(); DECL_LINK( ClickButtonHdl, void * ); - DECL_LINK( StartShowHdl, Button* ); + DECL_LINK( StartShowHdl, void* ); public: SdCustomShowDlg( Window* pWindow, SdDrawDocument& rDrawDoc ); @@ -100,7 +100,7 @@ private: void CheckCustomShow(); DECL_LINK( ClickButtonHdl, void * ); - DECL_LINK( OKHdl, Button* ); + DECL_LINK( OKHdl, void * ); public: |