[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/src
mert (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 11 15:21:54 UTC 2019
loleaflet/src/control/Control.Menubar.js | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
New commits:
commit 3bfeb807bfa1caa69f67363fe04d76cdbe3c0eee
Author: mert <mert.tumer at collabora.com>
AuthorDate: Tue Dec 10 20:20:59 2019 +0300
Commit: Mert Tümer <mert.tumer at collabora.com>
CommitDate: Wed Dec 11 16:21:37 2019 +0100
Remove Find&Replace button for mobile
Change-Id: Icfffee63620cca3df52dd21a011cf2b2e30a834d
Reviewed-on: https://gerrit.libreoffice.org/84884
Reviewed-by: Mert Tümer <mert.tumer at collabora.com>
Tested-by: Mert Tümer <mert.tumer at collabora.com>
(cherry picked from commit 4783b71920fb961daf028e02b9f28910bcfa5a4f)
Reviewed-on: https://gerrit.libreoffice.org/84961
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 91b0b3eb2..2b8af4510 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -481,9 +481,7 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:Cut'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Cut'},
{name: _UNO('.uno:Copy'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Copy'},
{name: _UNO('.uno:Paste'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Paste'},
- {uno: '.uno:SelectAll'},
- {type: 'separator'},
- {uno: '.uno:SearchDialog'}
+ {uno: '.uno:SelectAll'}
]},
{name: _UNO('.uno:ChangesMenu', 'text'), id: 'changesmenu', type: 'menu', menu: [
{uno: '.uno:TrackChanges'},
@@ -525,9 +523,7 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:Cut'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Cut'},
{name: _UNO('.uno:Copy'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Copy'},
{name: _UNO('.uno:Paste'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Paste'},
- {uno: '.uno:SelectAll'},
- {type: 'separator'},
- {uno: '.uno:SearchDialog'}
+ {uno: '.uno:SelectAll'}
]},
{name: _UNO('.uno:TableMenu', 'text'/*HACK should be 'presentation', but not in xcu*/), type: 'menu', menu: [
{uno: '.uno:InsertRowsBefore'},
@@ -571,9 +567,7 @@ L.Control.Menubar = L.Control.extend({
{name: _UNO('.uno:Cut'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Cut'},
{name: _UNO('.uno:Copy'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Copy'},
{name: _UNO('.uno:Paste'), id: 'warn-copy-paste', type: 'action', mobileappuno: '.uno:Paste'},
- {uno: '.uno:SelectAll'},
- {type: 'separator'},
- {uno: '.uno:SearchDialog'}
+ {uno: '.uno:SelectAll'}
]},
{name: _UNO('.uno:SheetMenu', 'spreadsheet'), type: 'menu', menu: [
{name: _UNO('.uno:InsertRowsMenu', 'spreadsheet'), type: 'menu', menu: [
More information about the Libreoffice-commits
mailing list