loleaflet: add menu accept/reject all tracked changes

Change-Id: I922675bc19158bc17703659da9490750581c6317
This commit is contained in:
Henry Castro 2017-11-07 23:29:27 -04:00
parent c4e987c3d6
commit a8955a3328

View file

@ -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'}
]},