diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-09 17:33:31 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-21 08:50:36 +0200 |
commit | 65dc2a8948fb24bd82470ea40820c6183e479c43 (patch) | |
tree | 37a9c577e829448665d7032a50b1acd33dbb1513 /sfx2/source/control | |
parent | 70b7bbc41299b65560f3339adc6a15fa9152f635 (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>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119245
Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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; |