Disable Help button on dialogs in mobile apps

On mobile UI there should be no tunnelled dialogs. But if there are some,
by mistake, at least they should not have a non-working Help button.

Change-Id: I88001f560eefd0ac9163dd6893b7f0c4d8e50c3a
distro/collabora/co-4-2-2
Andras Timar 2020-03-23 20:18:45 +01:00
parent 7026a9ad06
commit 87fccc25d2
1 changed files with 4 additions and 0 deletions

View File

@ -25,5 +25,9 @@
<item oor:path="/org.openoffice.Office.Common/I18N/CJK"><prop oor:name="VerticalText" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/I18N/CTL"><prop oor:name="CTLFont" oor:op="fuse"><value>false</value></prop></item>
<!-- The Help root URL, or empty for no help (hides the help buttons) -->
<!-- On mobile UI there should be no tunnelled dialogs. But if there are some, by mistake, at least they should not have a non-working Help button -->
<item oor:path="/org.openoffice.Office.Common/Help"><prop oor:name="HelpRootURL" oor:op="fuse"><value></value></prop></item>
</oor:items>