[Libreoffice-commits] online.git: loleaflet/src

Marco Cecchetti marco.cecchetti at collabora.com
Wed Jan 18 15:27:06 UTC 2017


 loleaflet/src/control/Control.ContextMenu.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c466c77fe2c39d25cb87c89d241f5de634752251
Author: Marco Cecchetti <marco.cecchetti at collabora.com>
Date:   Wed Jan 18 16:21:14 2017 +0100

    Loleaflet - Calc - Added context menu command RecalcPivotTable
    
    Change-Id: Idc750b37dddfee3b8c451aa31a679e4869f5a6ee
    Reviewed-on: https://gerrit.libreoffice.org/33272
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 1780060..54bd078 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -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: []


More information about the Libreoffice-commits mailing list