loleaflet/src/control/Control.Menubar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit be100fe06abbeabed05b0c8a02c4f6067fcfc774 Author: Jan Holesovsky <[email protected]> Date: Fri Dec 8 17:39:49 2017 +0100 l10n: Fix the Table menu in Impress. Change-Id: I2cb8b98ecc1a18174b26dfaa9c96ad3829ff5989 Reviewed-on: https://gerrit.libreoffice.org/46099 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 858f7474..c3584c21 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -244,14 +244,14 @@ L.Control.Menubar = L.Control.extend({ {name: _UNO('.uno:FormatMenu', 'presentation'), type: 'menu', menu: [ {uno: '.uno:EditStyle'} ]}, - {name: _UNO('.uno:TableMenu', 'presentation'), type: 'menu', menu: [ - {name: _UNO('.uno:TableInsertMenu', 'presentation'), type: 'menu', menu: [ + {name: _UNO('.uno:TableMenu', 'text'/*HACK should be 'presentation', but not in xcu*/), type: 'menu', menu: [ + {name: _UNO('.uno:TableInsertMenu', 'text'/*HACK should be 'presentation', but not in xcu*/), type: 'menu', menu: [ {uno: '.uno:InsertRowsBefore'}, {uno: '.uno:InsertRowsAfter'}, {type: 'separator'}, {uno: '.uno:InsertColumnsBefore'}, {uno: '.uno:InsertColumnsAfter'}]}, - {name: _UNO('.uno:TableDeleteMenu', 'presentation'), type: 'menu', menu: [ + {name: _UNO('.uno:TableDeleteMenu', 'text'/*HACK should be 'presentation', but not in xcu*/), type: 'menu', menu: [ {uno: '.uno:DeleteRows'}, {uno: '.uno:DeleteColumns'}]}, {uno: '.uno:MergeCells'}] _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
