diff options
author | Heena Gupta <heena.h.gupta@ericsson.com> | 2015-02-17 13:45:17 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-09 09:33:23 +0000 |
commit | fecdbcab90c0373e0c172835f237d86baed6d1bb (patch) | |
tree | 7480175167da08f0bc87b8685ffd15db901facc5 /include/sfx2 | |
parent | 0242f4a41e40ab5a458b51657319b95ef19b05e1 (diff) |
Related: tdf#87675 Edit Linked Style Button is nonclickable on None Entry
Conflicts:
sfx2/source/dialog/mgetempl.cxx
Change-Id: Ieac16f9cd6063e38c6d8dee0a1f0dba29e1adc6f
Reviewed-on: https://gerrit.libreoffice.org/14516
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/mgetempl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx index 818243b0999f..eded8ba18751 100644 --- a/include/sfx2/mgetempl.hxx +++ b/include/sfx2/mgetempl.hxx @@ -73,6 +73,7 @@ friend class SfxStyleDialog; DECL_LINK( LoseFocusHdl, Edit * ); DECL_LINK( EditStyleSelectHdl_Impl, void * ); DECL_LINK( EditStyleHdl_Impl, void * ); + DECL_LINK( EditLinkStyleSelectHdl_Impl, void * ); DECL_LINK( EditLinkStyleHdl_Impl, void * ); void UpdateName_Impl(ListBox *, const OUString &rNew); |