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:
Marco Cecchetti 2017-01-18 16:21:14 +01:00 committed by Michael Meeks
parent 55010980aa
commit c466c77fe2

View file

@ -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: []