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

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 13 05:03:22 UTC 2019


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

New commits:
commit b546defab361b4f256584b6b8976c4070c242597
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Fri Jul 12 19:14:21 2019 -0400
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sat Jul 13 07:03:03 2019 +0200

    leaflet: support show/hide of Insert>Section menu entry
    
    Change-Id: I89ccfcb7f9e091b26f1f67ec889556bfc07295a3
    Reviewed-on: https://gerrit.libreoffice.org/75520
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-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 1d03ac4b5..529715c4d 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -71,7 +71,7 @@ L.Control.Menubar = L.Control.extend({
 				{name: _UNO('.uno:InsertAnnotation', 'text'), id: 'insertcomment', type: 'action'},
 				{uno: '.uno:InsertObjectChart'},
 				{type: 'separator'},
-                               {uno: '.uno:InsertSection'},
+				{uno: '.uno:InsertSection', id: 'insertsection'},
 				{name: _UNO('.uno:InsertField', 'text'), type: 'menu', menu: [
 					{uno: '.uno:InsertPageNumberField'},
 					{uno: '.uno:InsertPageCountField'},


More information about the Libreoffice-commits mailing list