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

New commits:
commit b546defab361b4f256584b6b8976c4070c242597
Author:     Ashod Nakashian <ashod.nakash...@collabora.co.uk>
AuthorDate: Fri Jul 12 19:14:21 2019 -0400
Commit:     Andras Timar <andras.ti...@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.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@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'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to