[Libreoffice-commits] online.git: loleaflet/src

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 28 08:46:24 UTC 2020


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

New commits:
commit 939ab8444042e2c486190a3815f1043a3686a7dd
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Aug 28 08:37:55 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Aug 28 10:46:05 2020 +0200

    Revert "Disable insert comment on spreadsheet for mobile"
    
    This reverts commit 0cc4977abdbb0225c8c1a5f59b5bc00891463775.
    Reason for revert: after Pranam's fixes viewing/hiding/modifying comments
    work as expected, therefore we can have this option back.
    
    Change-Id: I299f33552ae26d29ea2078c286bc5c785ebdb7a9
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101517
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-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 5ea9a8500..074ec743a 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -698,6 +698,7 @@ 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