From 906ca2e0e58556353a40670828e111986285315a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 2 Mar 2012 08:55:49 +0100 Subject: WNT-only IMPL_LINK_NOARG fixes --- cui/source/options/optgdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/optgdlg.hxx') diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx index cf69c7d2ee0b..817cf46622d2 100644 --- a/cui/source/options/optgdlg.hxx +++ b/cui/source/options/optgdlg.hxx @@ -80,7 +80,7 @@ private: DECL_LINK(HelpCheckHdl_Impl, void *); DECL_LINK(HelpAgentResetHdl_Impl, void *); #ifdef WNT - DECL_LINK( OnFileDlgToggled, CheckBox* ); + DECL_LINK( OnFileDlgToggled, void* ); #endif protected: virtual int DeactivatePage( SfxItemSet* pSet = NULL ); -- cgit