From 7f998e0ae09c712e7fd0d66a70a0f19855c27624 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 29 Nov 2019 12:32:24 +0100 Subject: jsdialogs: send fill transparency type updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3381968a7afe1f4db09401a0e6ead93b0b22f258 Reviewed-on: https://gerrit.libreoffice.org/84072 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos --- svx/source/svdraw/svdedtv1.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'svx/source/svdraw/svdedtv1.cxx') diff --git a/svx/source/svdraw/svdedtv1.cxx b/svx/source/svdraw/svdedtv1.cxx index 5ce79bfd1721..5439a2810395 100644 --- a/svx/source/svdraw/svdedtv1.cxx +++ b/svx/source/svdraw/svdedtv1.cxx @@ -906,6 +906,11 @@ SfxItemSet SdrEditView::GetAttrFromMarked(bool bOnlyHardAttr) const aSet.ClearItem(EE_FEATURE_LINEBR); aSet.ClearItem(EE_FEATURE_NOTCONV); aSet.ClearItem(EE_FEATURE_FIELD); + + SfxViewShell* pViewShell = SfxViewShell::Current(); + if (pViewShell && comphelper::LibreOfficeKit::isActive()) + pViewShell->sendUnoStatus( &aSet ); + return aSet; } -- cgit