diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 8050778c9..3b957c9e5 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -526,15 +526,13 @@ L.Control.Menubar = L.Control.extend({ {name: _UNO('.uno:FullScreen', 'presentation'), id: 'fullscreen', type: 'action', mobileapp: false} ]}, {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', 'text'/*HACK should be 'presentation', but not in xcu*/), type: 'menu', menu: [ - {uno: '.uno:DeleteRows'}, - {uno: '.uno:DeleteColumns'}]}, + {uno: '.uno:InsertRowsBefore'}, + {uno: '.uno:InsertRowsAfter'}, + {type: 'separator'}, + {uno: '.uno:InsertColumnsBefore'}, + {uno: '.uno:InsertColumnsAfter'}, + {uno: '.uno:DeleteRows'}, + {uno: '.uno:DeleteColumns'}, {uno: '.uno:MergeCells'}] }, {name: _UNO('.uno:SlideMenu', 'presentation'), type: 'menu', menu: [