From bd205223ec029a875c662474bb6d423d3cdd1994 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 1 Mar 2012 18:00:32 +0100 Subject: New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. --- sd/source/ui/inc/custsdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/inc/custsdlg.hxx') 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: -- cgit