From 2db44bd017daac8f668393bca24911e95125857a Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Sat, 4 Nov 2017 12:18:53 -0400 Subject: sw lok: add Accept/Reject All tracked changes, tdf#101977 Change-Id: I04d747343e24cb498a621c965d034d0791411d83 Reviewed-on: https://gerrit.libreoffice.org/44311 Tested-by: Jenkins Reviewed-by: Henry Castro --- desktop/source/lib/init.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 96b6ab2e2399..891911429438 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -1617,7 +1617,9 @@ static void doc_iniUnoCommands () OUString(".uno:TrackChanges"), OUString(".uno:ShowTrackedChanges"), OUString(".uno:NextTrackedChange"), - OUString(".uno:PreviousTrackedChange") + OUString(".uno:PreviousTrackedChange"), + OUString(".uno:AcceptAllTrackedChanges"), + OUString(".uno:RejectAllTrackedChanges") }; util::URL aCommandURL; -- cgit