summaryrefslogtreecommitdiff
path: root/cui/source/inc/acccfg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/acccfg.hxx')
-rw-r--r--cui/source/inc/acccfg.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index 7a6eb2540041..ec03c4a87095 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -162,16 +162,16 @@ private:
::rtl::OUString m_sModuleShortName;
::rtl::OUString m_sModuleUIName;
- DECL_LINK( ChangeHdl, Button * );
- DECL_LINK( RemoveHdl, Button * );
+ DECL_LINK(ChangeHdl, void *);
+ DECL_LINK(RemoveHdl, void *);
DECL_LINK( SelectHdl, Control * );
- DECL_LINK( Save, Button * );
- DECL_LINK( Load, Button * );
- DECL_LINK( Default, PushButton * );
- DECL_LINK( RadioHdl, RadioButton* );
+ DECL_LINK(Save, void *);
+ DECL_LINK(Load, void *);
+ DECL_LINK(Default, void *);
+ DECL_LINK(RadioHdl, void *);
- DECL_LINK( LoadHdl, sfx2::FileDialogHelper* );
- DECL_LINK( SaveHdl, sfx2::FileDialogHelper* );
+ DECL_LINK(LoadHdl, void *);
+ DECL_LINK(SaveHdl, void *);
String GetLabel4Command(const String& sCommand);
void InitAccCfg();