summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-18 14:26:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-18 21:39:04 +0200
commitdc7f9a1f79a94107d6113ee6569dbcbf15cf3071 (patch)
treec9f034876d744958782d49088daf9ff26bed968e /sw/source/uibase/inc
parent40c3b5dee84b419efcbc1efc1020d1c07332d670 (diff)
weld SwCreateAuthEntryDlg_Impl
Change-Id: Ib654539cca64efe479cf3c9b8b585ab17019edeb Reviewed-on: https://gerrit.libreoffice.org/53117 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/swuiidxmrk.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swuiidxmrk.hxx b/sw/source/uibase/inc/swuiidxmrk.hxx
index 12b04046ec32..b1ad4e718a6e 100644
--- a/sw/source/uibase/inc/swuiidxmrk.hxx
+++ b/sw/source/uibase/inc/swuiidxmrk.hxx
@@ -31,6 +31,7 @@
#include <vcl/group.hxx>
#include <vcl/layout.hxx>
#include <vcl/lstbox.hxx>
+#include <vcl/weld.hxx>
#include <sfx2/childwin.hxx>
#include <toxe.hxx>
@@ -216,7 +217,8 @@ class SwAuthorMarkPane
DECL_LINK(CreateEntryHdl, Button*, void);
DECL_LINK(CompEntryHdl, ListBox&, void);
DECL_LINK(ChangeSourceHdl, Button*, void);
- DECL_LINK(IsEntryAllowedHdl, Edit*, bool);
+ DECL_LINK(IsEditAllowedHdl, Edit*, bool);
+ DECL_LINK(IsEntryAllowedHdl, weld::Entry&, bool);
DECL_LINK(EditModifyHdl, Edit&, void);
void InitControls();