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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index 28c3f9cb2028..052aa52edcaa 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -67,11 +67,11 @@ private:
Mode nMode;
- DECL_LINK_TYPED( MacroSelectHdl, SvTreeListBox *, void );
- DECL_LINK_TYPED( MacroDoubleClickHdl, SvTreeListBox*, bool );
- DECL_LINK_TYPED( BasicSelectHdl, SvTreeListBox *, void );
- DECL_LINK_TYPED( EditModifyHdl, Edit&, void );
- DECL_LINK_TYPED( ButtonHdl, Button *, void );
+ DECL_LINK( MacroSelectHdl, SvTreeListBox *, void );
+ DECL_LINK( MacroDoubleClickHdl, SvTreeListBox*, bool );
+ DECL_LINK( BasicSelectHdl, SvTreeListBox *, void );
+ DECL_LINK( EditModifyHdl, Edit&, void );
+ DECL_LINK( ButtonHdl, Button *, void );
void CheckButtons();
void SaveSetCurEntry( SvTreeListBox& rBox, SvTreeListEntry* pEntry );