[Libreoffice-commits] online.git: loleaflet/src
Henry Castro
hcastro at collabora.com
Thu Apr 20 00:16:42 UTC 2017
loleaflet/src/control/Control.ContextMenu.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 30f8254e88050993dc8a8ad329c083384641468b
Author: Henry Castro <hcastro at collabora.com>
Date: Wed Apr 19 20:14:00 2017 -0400
loleaflet: remove unnecessary spreadsheet context menu items
It is replaced by interactive client side annotations
Change-Id: Ib21926bea1cf125c82b9254c536d70ec94d95f91
diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 4961f892..70f726f9 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -35,9 +35,7 @@ L.Control.ContextMenu = L.Control.extend({
'UpdateCurIndex','RemoveTableOf',
'ReplyComment', 'DeleteComment', 'DeleteAuthor', 'DeleteAllNotes'],
- spreadsheet: ['MergeCells', 'SplitCells',
- 'InsertAnnotation', 'EditAnnotation', 'DeleteNote', 'ShowNote', 'HideNote',
- 'RecalcPivotTable'],
+ spreadsheet: ['MergeCells', 'SplitCells', 'RecalcPivotTable'],
presentation: [],
drawing: []
More information about the Libreoffice-commits
mailing list