From 1496a1831d1be0a2d24be9fe3ecf627b2664e938 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 31 Jul 2019 08:37:28 +0200 Subject: tdf#101977 change tracking: add 'Accept/Reject and jump to next' commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to Track Changes toolbar by creating the new Writer UNO command .uno:RejectTrackedChangeToNext and .uno:AcceptTrackedChangeToNext. Note: This feature is similar to what Word does by default. Change-Id: Ic5d7f5663217c605ccbee2f16b49e76522f911e6 Reviewed-on: https://gerrit.libreoffice.org/76719 Reviewed-by: László Németh Tested-by: László Németh --- .../org/openoffice/Office/UI/WriterCommands.xcu | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 3867e735dfd5..c17d52bcb2a2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -238,6 +238,17 @@ 1 + + + Reject and Move to Next + + + Reject Track Change and select the next one + + + 1 + + Reject All @@ -266,6 +277,17 @@ 1 + + + Accept and Move to Next + + + Accept Track Change and select the next one + + + 1 + + Accept All -- cgit