loleaflet/src/control/Control.Menubar.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit 22649095ea1f0bace04c78766052915242097001 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Thu Aug 6 11:42:35 2020 +0200 Commit: Jan Holesovsky <ke...@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 <jenkinscollaboraoff...@gmail.com> Reviewed-by: Jan Holesovsky <ke...@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: [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits