[Libreoffice-commits] online.git: loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 2 09:02:16 UTC 2018
loleaflet/src/control/Control.Menubar.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0e52cab6648f3510523530dbb14d8b12a6ce37cc
Author: Aron Budea <aron.budea at collabora.com>
AuthorDate: Wed Sep 26 04:43:38 2018 +0200
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue Oct 2 11:01:58 2018 +0200
Menu: Add Hyperlink to Insert menu in Calc
Change-Id: I1401315e0a679adfe074d68a8e3ac2ee45df5e80
Reviewed-on: https://gerrit.libreoffice.org/60980
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 55c92f6f0..236d54f74 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -338,6 +338,7 @@ L.Control.Menubar = L.Control.extend({
{uno: '.uno:InsertObjectChart'},
{name: _UNO('.uno:InsertAnnotation', 'spreadsheet'), id: 'insertcomment', type: 'action'},
{type: 'separator'},
+ {uno: '.uno:HyperlinkDialog'},
{uno: '.uno:InsertSymbol'}
]},
{name: _UNO('.uno:FormatMenu', 'spreadsheet'), type: 'menu', menu: [
More information about the Libreoffice-commits
mailing list