[Libreoffice-commits] online.git: loleaflet/src
Henry Castro
hcastro at collabora.com
Wed Nov 8 03:31:17 UTC 2017
loleaflet/src/control/Control.Menubar.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a8955a3328c72acc8b6e646f305ceb735054167a
Author: Henry Castro <hcastro at collabora.com>
Date: Tue Nov 7 23:29:27 2017 -0400
loleaflet: add menu accept/reject all tracked changes
Change-Id: I922675bc19158bc17703659da9490750581c6317
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 4582b5d9..7c05a055 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -42,6 +42,8 @@ L.Control.Menubar = L.Control.extend({
{name: _('Show'), type: 'unocommand', uno: '.uno:ShowTrackedChanges'},
{type: 'separator'},
{name: _('Manage Changes...'), id: '.uno:AcceptTrackedChanges', type: 'dialog'},
+ {name: _('Accept All'), type: 'unocommand', uno: '.uno:AcceptAllTrackedChanges'},
+ {name: _('Reject All'), type: 'unocommand', uno: '.uno:RejectAllTrackedChanges'},
{name: _('Previous'), type: 'unocommand', uno: '.uno:PreviousTrackedChange'},
{name: _('Next'), type: 'unocommand', uno: '.uno:NextTrackedChange'}
]},
More information about the Libreoffice-commits
mailing list