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

Andras Timar andras.timar at collabora.com
Thu Oct 13 10:58:28 UTC 2016


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

New commits:
commit cb4fb867945e9e3350f0ce0ec931aebc9bf86aaa
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Oct 13 12:58:04 2016 +0200

    loleaflet: add Insert - Comment to Calc menu

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 7fee304..6f8f71d 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -124,6 +124,7 @@ L.Control.Menubar = L.Control.extend({
 												{name: _('Select all'), type: 'unocommand', uno: '.uno:SelectAll'}]
 			},
 			{name: _('Insert'), type: 'menu', menu: [{name: _('Image'), id: 'insertgraphic', type: 'action'},
+												  {name: _('Comment'), type: 'unocommand', uno: '.uno:InsertAnnotation'},
 												  {type: 'separator'},
 												  {name: _('Row'), type: 'unocommand', uno: '.uno:InsertRows'},
 												  {name: _('Column'), type: 'unocommand', uno: '.uno:InsertColumns'}]


More information about the Libreoffice-commits mailing list