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

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


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

New commits:
commit ce572a9d44adeef32781251d7c9b3ee679611b97
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:23:57 2020 +0200

    leaflet: removed bogus menu items in Draw menu
    
    Change-Id: I055cb3cb08b7f91d35602ee33c6b799048950134
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102740
    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 68997aae5..8caebf2ba 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -286,15 +286,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