[Libreoffice-commits] online.git: loleaflet/src

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 2 13:20:18 UTC 2020


 loleaflet/src/control/Control.Menubar.js |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 771eb9aadeabd73d1e914cbade6d4896c20c72f3
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Thu Jan 2 13:19:05 2020 +0000
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Thu Jan 2 13:19:48 2020 +0000

    Add sidebar to the impress menu
    
    Change-Id: Ie94c64c6fad75e1473c50e2a0ee15063bdf75ac3
    Signed-off-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 3f82b442f..946f0507c 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -283,6 +283,8 @@ L.Control.Menubar = L.Control.extend({
 				{uno: '.uno:SlideChangeWindow'},
 				{uno: '.uno:CustomAnimation'},
 				{uno: '.uno:MasterSlidesPanel'}]
+				{type: 'separator'},
+				{uno: '.uno:Sidebar'},
 			},
 			{name: _UNO('.uno:InsertMenu', 'presentation'), id: 'insert', type: 'menu', menu: [
 				{name: _('Local Image...'), id: 'insertgraphic', type: 'action'},


More information about the Libreoffice-commits mailing list