summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMihai Varga <mihai.varga@collabora.com>2015-12-18 16:55:25 +0200
committerMihai Varga <mihai.mv13@gmail.com>2015-12-18 16:58:17 +0200
commit8a7a20f67567ee94a5d3a77230c8e260f0142c1c (patch)
tree69b9df5d2df098fd4381034e7b90b52ae00d0db6 /sfx2
parentd95428278d54697064973a70c68fd2c40d174d8a (diff)
LOK: get feedback for all of the font/back color commands
Change-Id: Id4aac707666420752b985bcfd03b5b9bb99f79f1
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/unoctitm.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 00c76e2c7dc7..864582603f90 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1102,8 +1102,11 @@ void SfxDispatchController_Impl::InterceptLOKStateChangeEvent(const SfxObjectShe
aEvent.State >>= aTemplate;
aBuffer.append(aTemplate.StyleName);
}
- else if (aEvent.FeatureURL.Path == "FontColor" ||
- aEvent.FeatureURL.Path == "BackColor")
+ else if (aEvent.FeatureURL.Path == "BackColor" ||
+ aEvent.FeatureURL.Path == "BackgroundColor" ||
+ aEvent.FeatureURL.Path == "CharBackColor" ||
+ aEvent.FeatureURL.Path == "Color" ||
+ aEvent.FeatureURL.Path == "FontColor")
{
sal_Int32 nColor = -1;
aEvent.State >>= nColor;