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

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 26 08:50:49 UTC 2020


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

New commits:
commit 6f18c16d4247a60bdb646bef1508ca5b72a8ba25
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Aug 26 09:37:18 2020 +0200
Commit:     Szymon Kłos <szymon.klos at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at 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'


More information about the Libreoffice-commits mailing list