diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-09-22 21:48:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-23 13:05:48 +0000 |
commit | aada49a5743c298e461660420fe48ef4c220e292 (patch) | |
tree | 99bf033583600badfd4d59ea354b0989389db37b /sw/source/uibase/inc/swuiidxmrk.hxx | |
parent | bd9adac7753113a9f03e52b43bf238c4889b918d (diff) |
convert Link<> to typed
Change-Id: I39f08451c546865327f2f1014cfa33c78cdcdc9b
Reviewed-on: https://gerrit.libreoffice.org/18798
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.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx index 40772ab5519d..1e394b4e1ad3 100644 --- a/sw/source/uibase/inc/swuiidxmrk.hxx +++ b/sw/source/uibase/inc/swuiidxmrk.hxx @@ -210,7 +210,7 @@ class SwAuthorMarkPane DECL_LINK_TYPED(CreateEntryHdl, Button*, void); DECL_LINK(CompEntryHdl, ListBox*); DECL_LINK_TYPED(ChangeSourceHdl, Button*, void); - DECL_LINK(IsEntryAllowedHdl, Edit*); + DECL_LINK_TYPED(IsEntryAllowedHdl, Edit*, bool); DECL_LINK(EditModifyHdl, Edit*); void InitControls(); |