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

Jan Holesovsky kendy at collabora.com
Fri Dec 8 19:50:08 UTC 2017


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

New commits:
commit be100fe06abbeabed05b0c8a02c4f6067fcfc774
Author: Jan Holesovsky <kendy at collabora.com>
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 <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

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'}]


More information about the Libreoffice-commits mailing list