[Libreoffice-commits] online.git: loleaflet/src

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 17 18:53:50 UTC 2020


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

New commits:
commit 2d703c94609cbb574c7b385efbb8b5c0dd512d10
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Mar 17 12:28:44 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Mar 17 19:53:27 2020 +0100

    Add some UNO commands that bring up tunneled dialogs to the mobileBlackList
    
    Will do this in batches. These are the menu items that showed up in
    the context menu for the "internal" chart in a chart object (when you
    have selected the chart and "opened" it, so that the rest of the sheet
    is darkened). (Unclear about terminology here, the terms in quotes are
    ad-hoc.)
    
    Change-Id: I138f992e1b9cc0b4e31a2c0b64bea2e9c160ce4f
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90609
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 352978e52..3e7504da6 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -69,6 +69,9 @@ L.Control.ContextMenu = L.Control.extend({
 		mobileBlackList: [
 			// general
 			'TransformDialog', 'FormatLine', 'FormatArea',
+			'InsertTitles', 'InsertRemoveAxes',
+			'DiagramType', 'DataRanges',
+			'FormatWall',
 			// text
 			'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph',
 			// spreadsheet


More information about the Libreoffice-commits mailing list