summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRizal Muttaqin <riz_17_oke@yahoo.co.id>2018-11-06 19:07:37 +0700
committerRizal Muttaqin <riz_17_oke@yahoo.co.id>2018-11-07 03:54:43 +0100
commit1647bc1309dcd313dff2614f4844b71b1c558dee (patch)
tree77379f9a4e5adbcf5421d21800f7c76247ae8ca1
parent317f5f2323b8ff7948c4812faaeb0c2a3b907ce8 (diff)
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@gmail.com> Tested-by: Jenkins
-rw-r--r--sw/uiconfig/swriter/toolbar/changes.xml2
1 files changed, 2 insertions, 0 deletions
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"/>