summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swuiidxmrk.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-10-04 15:05:38 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-12 10:48:13 +0000
commit3c99f8500f657ed84b316390d5175a6f5e56bc69 (patch)
tree749f16652560a50d409b12a23bf1a5d93b3cd2d5 /sw/source/uibase/inc/swuiidxmrk.hxx
parentbbadb38539eb233ac45b267034066a7274181c65 (diff)
convert Link<> to typed
Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb Reviewed-on: https://gerrit.libreoffice.org/19305 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/swuiidxmrk.hxx')
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index 1e394b4e1ad3..4fe7e7959722 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -114,7 +114,8 @@ class SwIndexMarkPane
DECL_LINK_TYPED(NextSameHdl, Button*, void);
DECL_LINK_TYPED(PrevHdl, Button*, void);
DECL_LINK_TYPED(PrevSameHdl, Button*, void);
- DECL_LINK( ModifyHdl, ListBox* pBox );
+ DECL_LINK_TYPED( ModifyListBoxHdl, ListBox&, void );
+ DECL_LINK( ModifyHdl, void* );
DECL_LINK( KeyDCBModifyHdl, ComboBox * );
DECL_LINK_TYPED(NewUserIdxHdl, Button*, void);
DECL_LINK_TYPED( SearchTypeHdl, Button*, void);
@@ -208,7 +209,7 @@ class SwAuthorMarkPane
DECL_LINK_TYPED(InsertHdl, Button*, void);
DECL_LINK_TYPED(CloseHdl, Button*, void);
DECL_LINK_TYPED(CreateEntryHdl, Button*, void);
- DECL_LINK(CompEntryHdl, ListBox*);
+ DECL_LINK_TYPED(CompEntryHdl, ListBox&, void);
DECL_LINK_TYPED(ChangeSourceHdl, Button*, void);
DECL_LINK_TYPED(IsEntryAllowedHdl, Edit*, bool);
DECL_LINK(EditModifyHdl, Edit*);