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

Pranav Kant pranavk at collabora.co.uk
Wed Nov 29 14:06:05 UTC 2017


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

New commits:
commit eab55140a698ce9b653367d1956dffe01cc8822a
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Wed Nov 29 19:12:48 2017 +0530

    lokdialog: Add some initial spreadsheet, presentation dialogs
    
    Change-Id: I726601533cc8a33d912d42284d5585710036a817
    Reviewed-on: https://gerrit.libreoffice.org/45503
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 70f726f9..a2e407f5 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -35,9 +35,9 @@ L.Control.ContextMenu = L.Control.extend({
 				   'UpdateCurIndex','RemoveTableOf',
 				   'ReplyComment', 'DeleteComment', 'DeleteAuthor', 'DeleteAllNotes'],
 
-			spreadsheet: ['MergeCells', 'SplitCells', 'RecalcPivotTable'],
+			spreadsheet: ['MergeCells', 'SplitCells', 'RecalcPivotTable', 'FormatCellDialog'],
 
-			presentation: [],
+			presentation: ['EditStyle'],
 			drawing: []
 		}
 	},


More information about the Libreoffice-commits mailing list