[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-1' - loleaflet/src
Andras Timar
andras.timar at collabora.com
Tue Feb 20 15:58:08 UTC 2018
loleaflet/src/control/Control.Menubar.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ce96f773e54a9849aa1507f2f4027de4408e26a6
Author: Andras Timar <andras.timar at collabora.com>
Date: Sat Feb 17 00:23:02 2018 +0100
tdf#113361 Add Insert - (Hyper)Link menu to Impress
Change-Id: I28914507c4604398524b0fea98af9bca818e9834
Reviewed-on: https://gerrit.libreoffice.org/49885
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
(cherry picked from commit 82ff8db9044190511cefbf9af5f39fd67b19134c)
Reviewed-on: https://gerrit.libreoffice.org/50011
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 f2ba32ef..d7e7f56d 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -250,6 +250,8 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:InsertGraphic', 'presentation'), id: 'insertgraphic', type: 'action'},
{name: _UNO('.uno:InsertAnnotation', 'presentation'), id: 'insertcomment', type: 'action'},
{type: 'separator'},
+ {uno: '.uno:HyperlinkDialog'},
+ {type: 'separator'},
{uno: '.uno:InsertSymbol'}]
},
{name: _UNO('.uno:FormatMenu', 'presentation'), type: 'menu', menu: [
More information about the Libreoffice-commits
mailing list