expose Update TOC and Remove TOC context menu items in Writer

This commit is contained in:
Andras Timar
2016-09-30 15:36:29 +02:00
parent 5b08fe6477
commit b4d3bfdcae

View File

@ -31,7 +31,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'],