[Libreoffice-commits] online.git: loleaflet/src
mert (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 17 11:22:07 UTC 2019
loleaflet/src/control/Control.Menubar.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 553796c27712dddb57eb70f00137eb590cd65126
Author: mert <mert.tumer at collabora.com>
AuthorDate: Tue Dec 17 13:56:16 2019 +0300
Commit: Michael Meeks <michael.meeks at collabora.com>
CommitDate: Tue Dec 17 12:21:49 2019 +0100
Remove show ruler button for mobile
Change-Id: I1eac7a36edf631967056c4176c5765d910733cb9
Reviewed-on: https://gerrit.libreoffice.org/85283
Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
Tested-by: Michael Meeks <michael.meeks at collabora.com>
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index d5d990095..327c6d53d 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -493,7 +493,6 @@ L.Control.Menubar = L.Control.extend({
{uno: '.uno:NextTrackedChange'}
]},
{name: _UNO('.uno:ViewMenu', 'text'), id: 'view', type: 'menu', menu: [
- {name: _('Show Ruler'), id: 'showruler', type: 'action'},
{uno: '.uno:ControlCodes'},
{name: _UNO('.uno:ShowResolvedAnnotations', 'text'), id: 'showresolved', type: 'action'},
]
More information about the Libreoffice-commits
mailing list