[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/src

Andras Timar andras.timar at collabora.com
Tue May 31 09:26:13 UTC 2016


 loleaflet/src/control/Control.Menubar.js |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7614b6d97027980513ee2b751c476caba9c0dd29
Author: Andras Timar <andras.timar at 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...
    
    (cherry picked from commit a5d79702a7e0481ca2368d002c39e4acbaee8515)

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index eeaebd8..563cc67 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'},


More information about the Libreoffice-commits mailing list