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@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
29aa5e15d2
commit
2d703c9460
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue