[Libreoffice-commits] online.git: loleaflet/src
mert (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 16 18:35:09 UTC 2020
loleaflet/src/control/Control.Menubar.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 0cc4977abdbb0225c8c1a5f59b5bc00891463775
Author: mert <mert.tumer at collabora.com>
AuthorDate: Mon Dec 23 15:25:29 2019 +0300
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Thu Jan 16 19:34:47 2020 +0100
Disable insert comment on spreadsheet for mobile
Change-Id: Iff7cedd989452b44ad1eee3bc0fc4cb55f84a3ba
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/85752
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 78caff051..89f6328b7 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -659,7 +659,6 @@ L.Control.Menubar = L.Control.extend({
{name: _('Local Image...'), id: 'insertgraphic', type: 'action'},
{name: _UNO('.uno:InsertGraphic', 'spreadsheet'), id: 'insertgraphicremote', type: 'action'},
{uno: '.uno:InsertObjectChart'},
- {name: _UNO('.uno:InsertAnnotation', 'spreadsheet'), id: 'insertcomment', type: 'action'},
{type: 'separator'},
{name: _UNO('.uno:HyperlinkDialog'), id: 'inserthyperlink', type: 'action'},
{name: _UNO('.uno:ShapesMenu'), id: 'insertshape', type: 'action'},
More information about the Libreoffice-commits
mailing list