loleaflet/src/control/Control.Menubar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit a5d79702a7e0481ca2368d002c39e4acbaee8515 Author: Andras Timar <andras.ti...@collabora.com> Date: Tue May 31 11:22:16 2016 +0200 loleaflet: bccu#1862 remove Table -> Delete -> Table from impress menu Apparently it does not work. In desktop version I cannot delete a table by Select All + Cut, or Select All + Delete/Backspace key. Only Select All + Delete Rows/Columns works... diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 332be66..a81452b 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -78,8 +78,7 @@ L.Control.Menubar = L.Control.extend({ {name: _('Columns left'), type: 'unocommand', uno: '.uno:InsertColumnsBefore'}, {name: _('Columns right'), type: 'unocommand', uno: '.uno:InsertColumnsAfter'}]}, {name: _('Delete'), type: 'menu', menu: [{name: _('Rows'), type: 'unocommand', uno: '.uno:DeleteRows'}, - {name: _('Columns'), type: 'unocommand', uno: '.uno:DeleteColumns'}, - {name: _('Table'), type: 'unocommand', uno: '.uno:DeleteTable'}]}, + {name: _('Columns'), type: 'unocommand', uno: '.uno:DeleteColumns'}]}, {name: _('Merge cells'), type: 'unocommand', uno: '.uno:MergeCells'}] }, {name: _('Slide'), type: 'menu', menu: [{name: _('New slide'), id: 'insertpage', type: 'action'}, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits