summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/macrodlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/macrodlg.hxx')
-rw-r--r--basctl/source/basicide/macrodlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index bbb4e2811201..c16d7d18b0c1 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -67,9 +67,9 @@ private:
Mode nMode;
- DECL_LINK( MacroSelectHdl, SvTreeListBox * );
+ DECL_LINK_TYPED( MacroSelectHdl, SvTreeListBox *, void );
DECL_LINK(MacroDoubleClickHdl, void *);
- DECL_LINK( BasicSelectHdl, SvTreeListBox * );
+ DECL_LINK_TYPED( BasicSelectHdl, SvTreeListBox *, void );
DECL_LINK( EditModifyHdl, Edit * );
DECL_LINK_TYPED( ButtonHdl, Button *, void );