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

New commits:
commit 60962aadda85d6522136f6a527ad1598530cc9f6
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Thu Oct 10 13:21:19 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Thu Oct 10 13:21:53 2019 +0200

    Don't show insert chart in mobile Writer
    
    Requires complex dialog...
    
    Change-Id: I7c515821f2a400cb7d0e7519eb35fa317e929a2c

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

Reply via email to