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 17:01:03 +0200
commit3efce450f669417f14cee5610f1e9614f1315d0f (patch)
tree42670cafe9aef7d8d380bea0c964e5745210c492 /sfx2
parent3ecc2b1fb6353e51ed0498b0caac31c4eb804cf0 (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 f0e9bc1d24bb..ddc159633310 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -1104,8 +1104,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;