diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-07 14:01:23 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-08 08:16:46 +0200 |
commit | e126468e5dbc4ef85fc4b6146e0ba73e85281f70 (patch) | |
tree | 929c0344bcb272fe6fb4d158ec70abc775568b7d /cui/source/inc | |
parent | b4deeef405fc4200c1b33d2cecf7b301417b2398 (diff) |
convert Link<> to typed
Change-Id: I1140910c8e90a3022cc88ff33fa37db62007b745
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/cuicharmap.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx index fb0a61f49cd8..c3967d23e5de 100644 --- a/cui/source/inc/cuicharmap.hxx +++ b/cui/source/inc/cuicharmap.hxx @@ -84,10 +84,10 @@ private: DECL_LINK_TYPED(OKHdl, Button*, void); DECL_LINK(FontSelectHdl, void *); DECL_LINK(SubsetSelectHdl, void *); - DECL_LINK(CharDoubleClickHdl, void *); - DECL_LINK(CharSelectHdl, void *); - DECL_LINK(CharHighlightHdl, void *); - DECL_LINK(CharPreSelectHdl, void *); + DECL_LINK_TYPED(CharDoubleClickHdl, SvxShowCharSet*,void); + DECL_LINK_TYPED(CharSelectHdl, SvxShowCharSet*, void); + DECL_LINK_TYPED(CharHighlightHdl, SvxShowCharSet*, void); + DECL_LINK_TYPED(CharPreSelectHdl, SvxShowCharSet*, void); static void fillAllSubsets(ListBox &rListBox); |