summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-07 14:01:23 +0200
committerNoel Grandin <noel@peralex.com>2015-09-08 08:16:46 +0200
commite126468e5dbc4ef85fc4b6146e0ba73e85281f70 (patch)
tree929c0344bcb272fe6fb4d158ec70abc775568b7d /starmath/inc/dialog.hxx
parentb4deeef405fc4200c1b33d2cecf7b301417b2398 (diff)
convert Link<> to typed
Change-Id: I1140910c8e90a3022cc88ff33fa37db62007b745
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 7ac0f97ce6b0..1c7642c32cc7 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -438,7 +438,7 @@ class SmSymDefineDialog : public ModalDialog
DECL_LINK(FontChangeHdl, ListBox *);
DECL_LINK(SubsetChangeHdl, ListBox*);
DECL_LINK(StyleChangeHdl, ComboBox *);
- DECL_LINK(CharHighlightHdl, void *);
+ DECL_LINK_TYPED(CharHighlightHdl, SvxShowCharSet*, void);
DECL_LINK_TYPED(AddClickHdl, Button *, void);
DECL_LINK_TYPED(ChangeClickHdl, Button *, void);
DECL_LINK_TYPED(DeleteClickHdl, Button *, void);