[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 1 11:18:31 UTC 2018


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

New commits:
commit b649919cfaf12377f74fa1958ff3497a8987bf60
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: Mon Oct 1 13:18:13 2018 +0200

    Menu: Add Hyperlink to Insert menu in Calc
    
    Change-Id: I1401315e0a679adfe074d68a8e3ac2ee45df5e80
    Reviewed-on: https://gerrit.libreoffice.org/61181
    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 5fe17ada1..2b33c4e4f 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -333,6 +333,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