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

New commits:
commit 0e52cab6648f3510523530dbb14d8b12a6ce37cc
Author:     Aron Budea <aron.bu...@collabora.com>
AuthorDate: Wed Sep 26 04:43:38 2018 +0200
Commit:     Jan Holesovsky <ke...@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 <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@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: [
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to