summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-13 13:17:30 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 09:58:34 +0200
commit99b21cc9f3f32284061be255f437b2954a7aada0 (patch)
treef26509e7b905d147bc14fcda9fd30e2861ed00e3 /starmath/inc
parentc837bfda8c646fe2f7ff789032dd9a6ee6fd396f (diff)
convert Link<> to typed
Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/dialog.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index b027aabf0dfb..59a8f856584a 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -102,7 +102,7 @@ class SmFontDialog : public ModalDialog
vcl::Font maFont;
- DECL_LINK(FontSelectHdl, ComboBox *);
+ DECL_LINK_TYPED(FontSelectHdl, ComboBox&, void);
DECL_LINK(FontModifyHdl, ComboBox *);
DECL_LINK_TYPED(AttrChangeHdl, Button *, void);
@@ -434,12 +434,12 @@ class SmSymDefineDialog : public ModalDialog
std::unique_ptr<SubsetMap> pSubsetMap;
FontList *pFontList;
- DECL_LINK(OldSymbolChangeHdl, ComboBox *);
- DECL_LINK(OldSymbolSetChangeHdl, ComboBox *);
+ DECL_LINK_TYPED(OldSymbolChangeHdl, ComboBox&, void);
+ DECL_LINK_TYPED(OldSymbolSetChangeHdl, ComboBox&, void);
DECL_LINK(ModifyHdl, ComboBox *);
DECL_LINK_TYPED(FontChangeHdl, ListBox&, void);
DECL_LINK_TYPED(SubsetChangeHdl, ListBox&, void);
- DECL_LINK(StyleChangeHdl, ComboBox *);
+ DECL_LINK_TYPED(StyleChangeHdl, ComboBox&, void);
DECL_LINK_TYPED(CharHighlightHdl, SvxShowCharSet*, void);
DECL_LINK_TYPED(AddClickHdl, Button *, void);
DECL_LINK_TYPED(ChangeClickHdl, Button *, void);