summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-02 08:55:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-02 08:55:49 +0100
commit906ca2e0e58556353a40670828e111986285315a (patch)
treea907f18b3ded66c9a37a05705229d25fe2346f32 /cui
parent75a6e52bc8d3062859f626f7466f5af55841a7b7 (diff)
WNT-only IMPL_LINK_NOARG fixes
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optgdlg.hxx2
1 files changed, 1 insertions, 1 deletions
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 );