summaryrefslogtreecommitdiffstats
path: root/browser/src/control/Control.ContextMenu.js
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2022-04-11 16:03:49 +0900
committerAndras Timar <andras.timar@collabora.com>2022-04-11 10:59:18 +0200
commit50ab7c3e42ffd25add4b0395e34d616f161a172d (patch)
tree3d703465998d3251d0aca171c901af62a012faa6 /browser/src/control/Control.ContextMenu.js
parentsidebar: fix alignment in chart deck (diff)
downloadonline-50ab7c3e42ffd25add4b0395e34d616f161a172d.tar.gz
online-50ab7c3e42ffd25add4b0395e34d616f161a172d.zip
added sparkline related uno commands and context menu
This change adds all the new sparkline UNO commands and whitelists all the sparkline UNO command for the context menu. Signed-off-by: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> Change-Id: I9dd6c4df9fd0ab9a6472e011b240a0fda7fc1ca3
Diffstat (limited to 'browser/src/control/Control.ContextMenu.js')
-rw-r--r--browser/src/control/Control.ContextMenu.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/browser/src/control/Control.ContextMenu.js b/browser/src/control/Control.ContextMenu.js
index 08b4599308..3f6c214d0a 100644
--- a/browser/src/control/Control.ContextMenu.js
+++ b/browser/src/control/Control.ContextMenu.js
@@ -54,7 +54,8 @@ L.Control.ContextMenu = L.Control.extend({
'SpellCheckIgnore'],
spreadsheet: ['MergeCells', 'SplitCell', 'RecalcPivotTable', 'DataDataPilotRun', 'DeletePivotTable',
- 'FormatCellDialog', 'DeleteNote', 'SetAnchorToCell', 'SetAnchorToCellResize'],
+ 'FormatCellDialog', 'DeleteNote', 'SetAnchorToCell', 'SetAnchorToCellResize',
+ 'FormatSparklineMenu', 'InsertSparkline', 'DeleteSparkline', 'DeleteSparklineGroup', 'EditSparklineGroup', 'EditSparkline', 'GroupSparklines', 'UngroupSparklines'],
presentation: ['SetDefault'],
drawing: []