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

New commits:
commit 08201ac80eba4994284560fa16f10f4ad9852c6e
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Fri Oct 11 11:54:39 2019 +0100
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Fri Oct 11 11:55:17 2019 +0100

    mobile: disable chart insert in writer.
    
    Avoids the need for a mobile data-table editing UI (as of now).
    
    Change-Id: I2d6b71697eadaacdcd7fbd09baf516a2877050f6

diff --git a/loleaflet/src/control/Control.Menubar.js 
b/loleaflet/src/control/Control.Menubar.js
index b3d01a66a..c927e0576 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -293,7 +293,7 @@ L.Control.Menubar = L.Control.extend({
                                {name: _('Local Image...'), id: 
'insertgraphic', type: 'action'},
                                {name: _UNO('.uno:InsertGraphic', 
'presentation'), id: 'insertgraphicremote', type: 'action'},
                                {name: _UNO('.uno:InsertAnnotation', 
'presentation'), id: 'insertcomment', type: 'action'},
-                               {uno: '.uno:InsertObjectChart'},
+                               {uno: '.uno:InsertObjectChart', mobile: false},
                                {type: 'separator'},
                                {name: _UNO('.uno:HyperlinkDialog'), id: 
'inserthyperlink', type: 'action'},
                                {type: 'separator'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to