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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index c16d7d18b0c1..b4f621e42f07 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -68,7 +68,7 @@ private:
Mode nMode;
DECL_LINK_TYPED( MacroSelectHdl, SvTreeListBox *, void );
- DECL_LINK(MacroDoubleClickHdl, void *);
+ DECL_LINK_TYPED( MacroDoubleClickHdl, SvTreeListBox*, bool );
DECL_LINK_TYPED( BasicSelectHdl, SvTreeListBox *, void );
DECL_LINK( EditModifyHdl, Edit * );
DECL_LINK_TYPED( ButtonHdl, Button *, void );