loleaflet/src/control/Control.ContextMenu.js | 4 ++-- loleaflet/src/control/Control.Menubar.js | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-)
New commits: commit 5f799639aa168ae1be0fb38cb9732a04f30e3b3f Author: Muhammet Kara <muhammet.k...@collabora.com> AuthorDate: Sat Jun 29 18:16:20 2019 +0300 Commit: Muhammet Kara <muhammet.k...@collabora.com> CommitDate: Sat Jun 29 17:26:51 2019 +0200 Add FormatLine dialog to Format and context menus Change-Id: If3d100977b8bf81aa1cbf9ef15e17b47f8e23bc4 Reviewed-on: https://gerrit.libreoffice.org/74894 Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com> Tested-by: Muhammet Kara <muhammet.k...@collabora.com> (cherry picked from commit 2cd7897cb20cbf927439585c6b24f44c58606e82) Reviewed-on: https://gerrit.libreoffice.org/74897 diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js index 196eef936..e138efd5c 100644 --- a/loleaflet/src/control/Control.ContextMenu.js +++ b/loleaflet/src/control/Control.ContextMenu.js @@ -27,7 +27,7 @@ L.Control.ContextMenu = L.Control.extend({ 'WrapMenu', 'WrapOff', 'WrapOn', 'WrapIdeal', 'WrapLeft', 'WrapRight', 'WrapThrough', 'WrapThroughTransparent', 'WrapContour', 'WrapAnchorOnly', 'ArrangeFrameMenu', 'ArrangeMenu', 'BringToFront', 'ObjectForwardOne', 'ObjectBackOne', 'SendToBack', - 'RotateMenu', 'RotateLeft', 'RotateRight', 'FormatArea'], + 'RotateMenu', 'RotateLeft', 'RotateRight', 'FormatLine', 'FormatArea'], text: ['TableInsertMenu', 'InsertRowsBefore', 'InsertRowsAfter', 'InsertColumnsBefore', 'InsertColumnsAfter', @@ -39,7 +39,7 @@ L.Control.ContextMenu = L.Control.extend({ spreadsheet: ['MergeCells', 'SplitCell', 'RecalcPivotTable', 'FormatCellDialog'], - presentation: ['TransformDialog', 'FormatLine'], + presentation: ['TransformDialog'], drawing: [] } // UNOCOMMANDS_EXTRACT_END <- don't remove this line, it's used by unocommands.py diff --git a/loleaflet/src/control/Control.Menubar.js b/loleaflet/src/control/Control.Menubar.js index 90dd04315..03f205dc5 100644 --- a/loleaflet/src/control/Control.Menubar.js +++ b/loleaflet/src/control/Control.Menubar.js @@ -182,6 +182,7 @@ L.Control.Menubar = L.Control.extend({ {uno: '.uno:OutlineBullet'}, {uno: '.uno:PageDialog'}, {type: 'separator'}, + {uno: '.uno:FormatLine'}, {uno: '.uno:FormatArea'}, {type: 'separator'}, {uno: '.uno:Watermark'}, @@ -367,6 +368,7 @@ L.Control.Menubar = L.Control.extend({ {uno: '.uno:FormatCellDialog'}, {uno: '.uno:PageFormatDialog'}, {type: 'separator'}, + {uno: '.uno:FormatLine'}, {uno: '.uno:FormatArea'}, {type: 'separator'}, {name: _UNO('.uno:ConditionalFormatMenu', 'spreadsheet'), type: 'menu', menu: [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits