loleaflet/src/control/Control.NotebookbarCalc.js |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

New commits:
commit 6f18c16d4247a60bdb646bef1508ca5b72a8ba25
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed Aug 26 09:37:18 2020 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Aug 26 10:50:30 2020 +0200

    notebookbar: add comment in insert tab (calc)
    
    Change-Id: I65fff06355ccf541e7447c2bad42148f600e7106
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101380
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/src/control/Control.NotebookbarCalc.js 
b/loleaflet/src/control/Control.NotebookbarCalc.js
index de2a5f827..f21959f7b 100644
--- a/loleaflet/src/control/Control.NotebookbarCalc.js
+++ b/loleaflet/src/control/Control.NotebookbarCalc.js
@@ -2260,6 +2260,28 @@ L.Control.NotebookbarCalc = 
L.Control.NotebookbarWriter.extend({
                                                                                
                                                                                
}
                                                                                
                                                                        ],
                                                                                
                                                                        
'vertical': 'false'
+                                                                               
                                                                },
+                                                                               
                                                                {
+                                                                               
                                                                        'id': 
'Insert-Section-Annotation',
+                                                                               
                                                                        'type': 
'container',
+                                                                               
                                                                        'text': 
'',
+                                                                               
                                                                        
'enabled': 'true',
+                                                                               
                                                                        
'children': [
+                                                                               
                                                                                
{
+                                                                               
                                                                                
        'id': 'Annotation',
+                                                                               
                                                                                
        'type': 'toolbox',
+                                                                               
                                                                                
        'text': '',
+                                                                               
                                                                                
        'enabled': 'true',
+                                                                               
                                                                                
        'children': [
+                                                                               
                                                                                
                {
+                                                                               
                                                                                
                        'type': 'bigtoolitem',
+                                                                               
                                                                                
                        'text': _UNO('.uno:InsertAnnotation', 'spreadsheet'),
+                                                                               
                                                                                
                        'command': '.uno:InsertAnnotation'
+                                                                               
                                                                                
                }
+                                                                               
                                                                                
        ]
+                                                                               
                                                                                
}
+                                                                               
                                                                        ],
+                                                                               
                                                                        
'vertical': 'false'
                                                                                
                                                                }
                                                                                
                                                        ],
                                                                                
                                                        'vertical': 'false'
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to