[Libreoffice-commits] online.git: loleaflet/src
Pranav Kant
pranavk at collabora.com
Sun May 29 09:50:16 UTC 2016
loleaflet/src/control/Control.Menubar.js | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 3516f31031d7b18d8bc408f5983bd4ba442aca0e
Author: Pranav Kant <pranavk at collabora.com>
Date: Sun May 29 15:16:12 2016 +0530
bccu#1841 - Remove selection uno commands from impress menubar
... temporarily, till we have them.
Change-Id: I5f35e54a33a7a1c96359de59e326a286af655ddf
diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index 3b3efd9..d6c63ea 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -80,10 +80,6 @@ L.Control.Menubar = L.Control.extend({
{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: _('Select'), type: 'menu', menu: [{name: _('Table'), type: 'unocommand', uno: '.uno:SelectTable'},
- {name: _('Row'), type: 'unocommand', uno: '.uno:EntireRow'},
- {name: _('Column'), type: 'unocommand', uno: '.uno:EntireColumn'},
- {name: _('Cell'), type: 'unocommand', uno: '.uno:EntireCell'}]},
{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