[Libreoffice-commits] online.git: loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Jan 22 09:38:29 UTC 2019
loleaflet/src/control/Control.Menubar.js | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit c3d67d6af2cdde6b2cd95cc72b3a0498a2f39c20
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:11 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>
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