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

New commits:
commit 771eb9aadeabd73d1e914cbade6d4896c20c72f3
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Thu Jan 2 13:19:05 2020 +0000
Commit:     Michael Meeks <michael.me...@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.me...@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'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to