[Libreoffice-commits] core.git: sfx2/source
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 21 06:51:17 UTC 2021
sfx2/source/control/unoctitm.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 65dc2a8948fb24bd82470ea40820c6183e479c43
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Jul 9 17:33:31 2021 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Jul 21 08:50:36 2021 +0200
jsdialog: send GlowColor state updates
Change-Id: I27e14610d7df231f05bd27ad3ce121361e198c2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118693
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119245
Tested-by: Jenkins
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index bc07f2af71d3..cf6985ecedda 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1103,7 +1103,8 @@ static void InterceptLOKStateChangeEvent(sal_uInt16 nSID, SfxViewFrame* pViewFra
aEvent.FeatureURL.Path == "CharBackColor" ||
aEvent.FeatureURL.Path == "Color" ||
aEvent.FeatureURL.Path == "FontColor" ||
- aEvent.FeatureURL.Path == "FrameLineColor")
+ aEvent.FeatureURL.Path == "FrameLineColor" ||
+ aEvent.FeatureURL.Path == "GlowColor")
{
sal_Int32 nColor = -1;
aEvent.State >>= nColor;
More information about the Libreoffice-commits
mailing list