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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 09:39:02 UTC 2019


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

New commits:
commit 070c952dd45a67a7a355c15cd156cf1651359543
Author:     merttumer <mert.tumer at collabora.com>
AuthorDate: Fri Jan 18 21:38:48 2019 +0300
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue Jan 22 10:38:43 2019 +0100

    added Watermark item on format menu
    
    Change-Id: I69fc50b44e4edf871f474c2baacecbb03ad7aabe
    Signed-off-by: merttumer <mert.tumer at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/66629
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>
    (cherry picked from commit c3d67d6af2cdde6b2cd95cc72b3a0498a2f39c20)
    Reviewed-on: https://gerrit.libreoffice.org/66720

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 23eaffe23..df59cf5e1 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -181,6 +181,8 @@ L.Control.Menubar = L.Control.extend({
 				{uno: '.uno:OutlineBullet'},
 				{uno: '.uno:PageDialog'},
 				{type: 'separator'},
+				{uno: '.uno:Watermark'},
+				{type: 'separator'},
 				{uno: '.uno:FormatColumns'},
 				{type: 'separator'},
 				{uno: '.uno:ResetAttributes'}


More information about the Libreoffice-commits mailing list