[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-0' - loleaflet/src

Marco Cecchetti marco.cecchetti at collabora.com
Wed Jan 18 15:39:29 UTC 2017


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

New commits:
commit 7e15f94389c3b3a12aa10ce10acd48f8c910130d
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>
    Signed-off-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