[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/src

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 10 19:16:07 UTC 2020


 loleaflet/src/control/Control.Menubar.js |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 22649095ea1f0bace04c78766052915242097001
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Aug 6 11:42:35 2020 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Mon Aug 10 21:15:48 2020 +0200

    Add missing table operations to menu in Impress
    
    Change-Id: I1f644b0a69ee2eb17edf4c64f7de3e13b39e6192
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/100207
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js
index d888a0740..f08d5d966 100644
--- a/loleaflet/src/control/Control.Menubar.js
+++ b/loleaflet/src/control/Control.Menubar.js
@@ -338,7 +338,12 @@ L.Control.Menubar = L.Control.extend({
 					{uno: '.uno:InsertColumnsAfter'}]},
 				{name: _UNO('.uno:TableDeleteMenu', 'text'/*HACK should be 'presentation', but not in xcu*/), type: 'menu', menu: [
 					{uno: '.uno:DeleteRows'},
-					{uno: '.uno:DeleteColumns'}]},
+					{uno: '.uno:DeleteColumns'},
+					{uno: '.uno:DeleteTable'}]},
+				{name: _UNO('.uno:TableSelectMenu', 'text'), type: 'menu', menu: [
+					{uno: '.uno:SelectTable'},
+					{uno: '.uno:EntireRow'},
+					{uno: '.uno:EntireColumn'}]},
 				{uno: '.uno:MergeCells'}]
 			},
 			{name: _UNO('.uno:SlideMenu', 'presentation'), type: 'menu', menu: [


More information about the Libreoffice-commits mailing list