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

New commits:
commit 939ab8444042e2c486190a3815f1043a3686a7dd
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Fri Aug 28 08:37:55 2020 +0200
Commit:     Andras Timar <andras.ti...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Andras Timar <andras.ti...@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'},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to