summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-03-01 15:20:53 +0530
committerPranav Kant <pranavk@collabora.co.uk>2017-03-23 20:29:14 +0530
commitf5ccb5d646dc50e3639d54044e50f8a974825e90 (patch)
tree4be64194994d31d679c0a443f7b4adac2fc7769b /sfx2
parent276582389f34ed96d078009522e572230037dcdf (diff)
lok: Listen to change tracking related commands
Change-Id: Ieafd31342b356d7e95e4321cc49580b57f32e5be (cherry picked from commit 67dad2676dbbe1557f51a4fb16975499c16829f5)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/unoctitm.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 40455e150b4a..10df8e1f08dd 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -998,7 +998,9 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
aEvent.FeatureURL.Path == "Underline" ||
aEvent.FeatureURL.Path == "ModifiedStatus" ||
aEvent.FeatureURL.Path == "TrackChanges" ||
- aEvent.FeatureURL.Path == "AcceptTrackedChange" ||
+ aEvent.FeatureURL.Path == "ShowTrackedChanges" ||
+ aEvent.FeatureURL.Path == "NextTrackedChange" ||
+ aEvent.FeatureURL.Path == "PreviousTrackedChange" ||
aEvent.FeatureURL.Path == "AlignLeft" ||
aEvent.FeatureURL.Path == "AlignHorizontalCenter" ||
aEvent.FeatureURL.Path == "AlignRight")