loleaflet/js/toolbar.js |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit 5eaaeb5bb2654af99aeca15e3303aed9226cd91a
Author:     Thorsten Behrens <thorsten.behr...@cib.de>
AuthorDate: Wed Nov 28 17:28:36 2018 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Nov 28 21:20:33 2018 +0100

    loleaflet: remove TextWrap menu from toolbar
    
    Since it's available already from the context menu.
    
    Change-Id: Ia79a5f21b2d757621a3cb8d7114b90617c6c2acf
    Reviewed-on: https://gerrit.libreoffice.org/64181
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 2fac097ff..eb4be1346 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -173,11 +173,6 @@ function onClick(e, id, item, subItem) {
        else if (id === 'lastrecord') {
                
$('#spreadsheet-tab-scroll').scrollLeft($('#spreadsheet-tab-scroll').scrollLeft()
 + 120);
        }
-       else if (id.startsWith('menu-wrap:wrap-'))
-       {
-               var wrapType = id.substring('menu-wrap:wrap-'.length);
-               map.toggleCommandState(wrapType);
-       }
        else if (id === 'insertgraphic' || item.id === 'localgraphic') {
                L.DomUtil.get('insertgraphic').click();
        }
@@ -622,15 +617,6 @@ var fontsizesSelectValue;
 
 function createToolbar() {
        var toolItems = [
-               {type: 'menu', id: 'menu-wrap', caption: _('Textwrap'), mobile: 
false, items: [
-                       { text: _('No wrap'), id: 'wrap-WrapOff' },
-                       { text: _('Page wrap'), id: 'wrap-WrapOn' },
-                       { text: _('Wrap anchor only'), id: 
'wrap-WrapAnchorOnly' },
-                       { text: _('Ideal wrap'), id: 'wrap-WrapIdeal' },
-                       { text: _('Left wrap'), id: 'wrap-WrapLeft' },
-                       { text: _('Right wrap'), id: 'wrap-WrapRight' },
-                       { text: _('Wrap through'), id: 'wrap-WrapThrough' }
-               ]},
                {type: 'button',  id: 'save', img: 'save', hint: 
_UNO('.uno:Save')},
                {type: 'break', id: 'savebreak'},
                {type: 'button',  id: 'undo',  img: 'undo', hint: 
_UNO('.uno:Undo'), uno: 'Undo', disabled: true, mobile: false},
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to