[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 15 13:51:18 UTC 2020


 loleaflet/src/control/Control.Menubar.js |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 064d28077aa2b8359acbcc3feb86143a949bab42
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Tue Sep 15 17:38:15 2020 +0530
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Sep 15 15:50:59 2020 +0200

    leaflet: removed bogus menu items in Draw menu
    
    Change-Id: I055cb3cb08b7f91d35602ee33c6b799048950134
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102651
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 92d84430b..2800a800f 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -283,15 +283,15 @@ L.Control.Menubar = L.Control.extend({
 				{name: _UNO('.uno:ZoomPlus', 'presentation'), id: 'zoomin', type: 'action'},
 				{name: _UNO('.uno:ZoomMinus', 'presentation'), id: 'zoomout', type: 'action'},
 				{name: _('Reset zoom'), id: 'zoomreset', type: 'action'},
-				{type: 'separator'},
-				{uno: '.uno:SlideMasterPage'},
-				{type: 'separator'},
-				{uno: '.uno:ModifyPage'},
-				{uno: '.uno:SlideChangeWindow'},
-				{uno: '.uno:CustomAnimation'},
-				{uno: '.uno:MasterSlidesPanel'},
-				{type: 'separator'},
-				{uno: '.uno:Sidebar'}]
+				{type: 'separator', drawing: false},
+				{uno: '.uno:SlideMasterPage', drawing: false},
+				{type: 'separator', drawing: false},
+				{uno: '.uno:ModifyPage', drawing: false},
+				{uno: '.uno:SlideChangeWindow', drawing: false},
+				{uno: '.uno:CustomAnimation', drawing: false},
+				{uno: '.uno:MasterSlidesPanel', drawing: false},
+				{type: 'separator', drawing: false},
+				{uno: '.uno:Sidebar', drawing: false}]
 			},
 			{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