diff options
-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; |