summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-07-09 17:33:31 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2021-07-09 17:55:11 +0200
commit5229bfbc73f9051f59d50502921709006a14d7ea (patch)
treee7aaa07428e70393185573a5d00e9178a91ae414 /sfx2
parent9ef217144d6452fead389ec031eb6f78ba5067e7 (diff)
jsdialog: send GlowColor state updates
Change-Id: I27e14610d7df231f05bd27ad3ce121361e198c2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118693 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/unoctitm.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index f8039ca9d4b7..256ed9f744b3 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1071,7 +1071,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;