loleaflet/src/control/Control.Menubar.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit cb4fb867945e9e3350f0ce0ec931aebc9bf86aaa Author: Andras Timar <andras.ti...@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'}] _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits