diff options
author | Heena Gupta <heena.h.gupta@ericsson.com> | 2015-01-08 17:53:28 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-06 23:57:31 +0000 |
commit | 4be6e7becec9413cfd22c06376031b02486145b2 (patch) | |
tree | 6c3bd6fc38107f8ff6a1a26a8c02a40557c85563 /include/sfx2 | |
parent | de896f74c805e77706cce10f4d79117af1811ee9 (diff) |
fdo#87675: Disable 'edit' when next style is same as current one.
Change-Id: Ifd149890460c44dc3eececc06a36f1b76d46929b
Reviewed-on: https://gerrit.libreoffice.org/13811
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@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 12fafb48b187..fc6aefc8bdf6 100644 --- a/include/sfx2/mgetempl.hxx +++ b/include/sfx2/mgetempl.hxx @@ -70,6 +70,7 @@ friend class SfxStyleDialog; DECL_LINK( GetFocusHdl, Edit * ); DECL_LINK( LoseFocusHdl, Edit * ); + DECL_LINK( EditStyleSelectHdl_Impl, void * ); DECL_LINK( EditStyleHdl_Impl, void * ); void UpdateName_Impl(ListBox *, const OUString &rNew); |