loleaflet/src/layer/tile/WriterTileLayer.js |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 9ca25c7f1e1188785eccbd0063d85bddeb7c76de
Author:     Michael Meeks <michael.me...@collabora.com>
AuthorDate: Mon Oct 7 15:44:47 2019 +0100
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Mon Oct 7 15:45:10 2019 +0100

    mobile: remove next/prev page icons from top toolbar.
    
    Change-Id: Iadbe68c712e38cc2fb270d6094fbe5215064a109

diff --git a/loleaflet/src/layer/tile/WriterTileLayer.js 
b/loleaflet/src/layer/tile/WriterTileLayer.js
index 7923eb32a..c5e6c5d09 100644
--- a/loleaflet/src/layer/tile/WriterTileLayer.js
+++ b/loleaflet/src/layer/tile/WriterTileLayer.js
@@ -97,8 +97,6 @@ L.WriterTileLayer = L.TileLayer.extend({
                        items: [
                                {type: 'button',  id: 'closemobile',  img: 
'closemobile'},
                                {type: 'spacer'},
-                               {type: 'button',  id: 'prev', img: 'prev', 
hint: _UNO('.uno:PageUp', 'text')},
-                               {type: 'button',  id: 'next', img: 'next', 
hint: _UNO('.uno:PageDown', 'text')},
                                {type: 'button',  id: 'undo',  img: 'undo', 
hint: _UNO('.uno:Undo'), uno: 'Undo', disabled: true},
                                {type: 'button',  id: 'redo',  img: 'redo', 
hint: _UNO('.uno:Redo'), uno: 'Redo', disabled: true},
                                {type: 'button',  id: 'mobile_wizard', img: 
'mobile_wizard', disabled: true},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to