loleaflet/src/control/Control.ContextMenu.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
New commits: commit ed70636427c0be301a2c2afa0dcc9c860bdad2cf Author: Tamás Zolnai <tamas.zol...@collabora.com> AuthorDate: Mon Mar 16 18:01:23 2020 +0100 Commit: Tamás Zolnai <tamas.zol...@collabora.com> CommitDate: Mon Mar 16 20:27:35 2020 +0100 Enable spellchecking context menu items for Impress/Calc. Change-Id: I0684130d3d90b4c8ba4b3dea2c912549456e8420 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90590 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com> diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js index 5b29ce168..c606ef5a1 100644 --- a/loleaflet/src/control/Control.ContextMenu.js +++ b/loleaflet/src/control/Control.ContextMenu.js @@ -37,7 +37,8 @@ L.Control.ContextMenu = L.Control.extend({ 'FormatTrendline', 'FormatTrendlineEquation', 'FormatSelection', 'FormatStockLoss', 'FormatStockGain', 'InsertDataLabel' , 'DeleteDataLabel', 'ResetDataPoint', 'InsertTrendline', 'InsertMeanValue', 'InsertXErrorBars' , 'InsertYErrorBars', 'ResetAllDataPoints' , 'DeleteAxis', - 'InsertAxisTitle', 'InsertMinorGrid', 'InsertMajorGrid' , 'InsertAxis', 'DeleteMajorGrid' , 'DeleteMinorGrid'], + 'InsertAxisTitle', 'InsertMinorGrid', 'InsertMajorGrid' , 'InsertAxis', 'DeleteMajorGrid' , 'DeleteMinorGrid', + 'SpellCheckIgnoreAll', 'LanguageStatus', 'SpellCheckApplySuggestion'], text: ['TableInsertMenu', 'InsertRowsBefore', 'InsertRowsAfter', 'InsertColumnsBefore', 'InsertColumnsAfter', @@ -46,8 +47,8 @@ L.Control.ContextMenu = L.Control.extend({ 'MergeCells', 'SetOptimalColumnWidth', 'SetOptimalRowHeight', 'UpdateCurIndex','RemoveTableOf', 'ReplyComment', 'DeleteComment', 'DeleteAuthor', 'DeleteAllNotes', - 'SpellingAndGrammarDialog', 'LanguageStatus', 'FontDialog', 'FontDialogForParagraph', - 'SpellCheckIgnore', 'SpellCheckIgnoreAll', 'SpellCheckApplySuggestion'], + 'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph', + 'SpellCheckIgnore'], spreadsheet: ['MergeCells', 'SplitCell', 'RecalcPivotTable', 'FormatCellDialog', 'ShowNote', 'DeleteNote', 'SetAnchorToCell', 'SetAnchorToCellResize'], _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits