loleaflet/src/control/Control.Menubar.js | 2 ++ loleaflet/unocommands.js | 1 + 2 files changed, 3 insertions(+)
New commits: commit b7b396a395a046d3c511b9ac90e3aef016ac4c78 Author: Jan Holesovsky <[email protected]> Date: Mon Mar 19 21:12:58 2018 +0100 Expose Format -> Columns... Change-Id: I275a22f78b198763b06f7e96b1ce26be9f381400 Reviewed-on: https://gerrit.libreoffice.org/51587 Reviewed-by: pranavk <[email protected]> Tested-by: pranavk <[email protected]> diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index de5235d0c..936dfc383 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -173,6 +173,8 @@ L.Control.Menubar = L.Control.extend({ {uno: '.uno:OutlineBullet'}, {uno: '.uno:PageDialog'}, {type: 'separator'}, + {uno: '.uno:FormatColumns'}, + {type: 'separator'}, {uno: '.uno:ResetAttributes'} ]}, {name: _UNO('.uno:TableMenu', 'text'), type: 'menu', menu: [ diff --git a/loleaflet/unocommands.js b/loleaflet/unocommands.js index d9d0b68eb..5734a7604 100644 --- a/loleaflet/unocommands.js +++ b/loleaflet/unocommands.js @@ -66,6 +66,7 @@ var unoCommandsArray = { FormatArea:{global:{menu:_('A~rea...'),},}, FormatBulletsMenu:{global:{menu:_('Lis~ts'),},}, FormatCellDialog:{spreadsheet:{context:_('~Format Cells...'),menu:_('Ce~lls...'),},}, + FormatColumns:{text:{menu:_('Co~lumns...'),},}, FormatLine:{global:{menu:_('L~ine...'),},}, FormatMenu:{global:{menu:_('F~ormat'),},}, FormatObjectMenu:{global:{menu:_('~Object and Shape'),},text:{menu:_('Text Box and Shap~e'),},}, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
