loleaflet/src/control/Control.Menubar.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-)
New commits: commit 4783b71920fb961daf028e02b9f28910bcfa5a4f Author: mert <mert.tu...@collabora.com> AuthorDate: Tue Dec 10 20:20:59 2019 +0300 Commit: Mert Tümer <mert.tu...@collabora.com> CommitDate: Wed Dec 11 16:21:14 2019 +0100 Remove Find&Replace button for mobile Change-Id: Icfffee63620cca3df52dd21a011cf2b2e30a834d Reviewed-on: https://gerrit.libreoffice.org/84884 Reviewed-by: Mert Tümer <mert.tu...@collabora.com> Tested-by: Mert Tümer <mert.tu...@collabora.com> 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: [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits