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. --- uui/source/unknownauthdlg.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uui/source/unknownauthdlg.hxx') diff --git a/uui/source/unknownauthdlg.hxx b/uui/source/unknownauthdlg.hxx index 1f183c0fe407..469bfebf3940 100644 --- a/uui/source/unknownauthdlg.hxx +++ b/uui/source/unknownauthdlg.hxx @@ -64,8 +64,8 @@ private: Window* m_pParent; ResMgr* pResourceMgr; - DECL_LINK( OKHdl_Impl, PushButton * ); - DECL_LINK( ViewCertHdl_Impl, PushButton * ); + DECL_LINK(OKHdl_Impl, void *); + DECL_LINK(ViewCertHdl_Impl, void *); public: UnknownAuthDialog( Window* pParent, -- cgit