[Libreoffice-commits] core.git: sw/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 7 02:56:07 UTC 2018
sw/uiconfig/swriter/toolbar/changes.xml | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 1647bc1309dcd313dff2614f4844b71b1c558dee
Author: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
AuthorDate: Tue Nov 6 19:07:37 2018 +0700
Commit: Rizal Muttaqin <riz_17_oke at yahoo.co.id>
CommitDate: Wed Nov 7 03:54:43 2018 +0100
Fix for tdf#121187: Add Accept All Changes and Reject All Changes to Track Changes toolbar
Change-Id: I5e9a4095ce3e114cfb6818264f669c7ac6207ad5
Reviewed-on: https://gerrit.libreoffice.org/62960
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
Tested-by: Jenkins
diff --git a/sw/uiconfig/swriter/toolbar/changes.xml b/sw/uiconfig/swriter/toolbar/changes.xml
index af6d4dcf724a..9865acd2eb4b 100644
--- a/sw/uiconfig/swriter/toolbar/changes.xml
+++ b/sw/uiconfig/swriter/toolbar/changes.xml
@@ -25,6 +25,8 @@
<toolbar:toolbaritem xlink:href=".uno:NextTrackedChange"/>
<toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChange"/>
<toolbar:toolbaritem xlink:href=".uno:RejectTrackedChange"/>
+ <toolbar:toolbaritem xlink:href=".uno:AcceptAllTrackedChanges"/>
+ <toolbar:toolbaritem xlink:href=".uno:RejectAllTrackedChanges"/>
<toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChanges"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:InsertAnnotation"/>
More information about the Libreoffice-commits
mailing list