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

Andras Timar andras.timar at collabora.com
Fri Sep 30 14:54:08 UTC 2016


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

New commits:
commit 01262f7b822e36b8cffb6105fdbdd78948a356d6
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Sep 30 15:36:29 2016 +0200

    expose Update TOC and Remove TOC context menu items in Writer
    
    (cherry picked from commit b4d3bfdcae8ed5e212ddc9f0b41459edf2e21ae3)

diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 6a4d9b8..dc03f63 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -27,7 +27,8 @@ L.Control.ContextMenu = L.Control.extend({
 				   'InsertRowsBefore', 'InsertRowsAfter', 'InsertColumnsBefore', 'InsertColumnsAfter',
 				   'TableDeleteMenu',
 				   'DeleteRows', 'DeleteColumns', 'DeleteTable',
-				   'MergeCells', 'SetOptimalColumnWidth', 'SetOptimalRowWidth'],
+				   'MergeCells', 'SetOptimalColumnWidth', 'SetOptimalRowWidth',
+				   'UpdateCurIndex','RemoveTableOf'],
 
 			spreadsheet: ['MergeCells', 'SplitCells',
 						  'InsertAnnotation', 'EditAnnotation', 'DeleteNote', 'ShowNote', 'HideNote'],


More information about the Libreoffice-commits mailing list