Loleaflet - Calc - Added context menu command RecalcPivotTable
Change-Id: Idc750b37dddfee3b8c451aa31a679e4869f5a6ee Reviewed-on: https://gerrit.libreoffice.org/33272 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
parent
55010980aa
commit
c466c77fe2
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ L.Control.ContextMenu = L.Control.extend({
|
|||
'ReplyComment', 'DeleteComment', 'DeleteAuthor', 'DeleteAllNotes'],
|
||||
|
||||
spreadsheet: ['MergeCells', 'SplitCells',
|
||||
'InsertAnnotation', 'EditAnnotation', 'DeleteNote', 'ShowNote', 'HideNote'],
|
||||
'InsertAnnotation', 'EditAnnotation', 'DeleteNote', 'ShowNote', 'HideNote',
|
||||
'RecalcPivotTable'],
|
||||
|
||||
presentation: [],
|
||||
drawing: []
|
||||
|
|
Loading…
Reference in a new issue