summaryrefslogtreecommitdiff
path: root/loolkitconfig-mobile.xcu
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-03-23 20:18:45 +0100
committerAndras Timar <andras.timar@collabora.com>2020-03-23 21:16:40 +0100
commit87fccc25d2e9b82f79c9babefd6bafe79718210a (patch)
tree4cfafa04adea62bf11d2521836a04a9a9cdabe0b /loolkitconfig-mobile.xcu
parent7026a9ad069c44fae9504de8e0a8b7eba7e8eb1c (diff)
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
Diffstat (limited to 'loolkitconfig-mobile.xcu')
-rw-r--r--loolkitconfig-mobile.xcu4
1 files changed, 4 insertions, 0 deletions
diff --git a/loolkitconfig-mobile.xcu b/loolkitconfig-mobile.xcu
index 15d510fca..6ff567ed2 100644
--- a/loolkitconfig-mobile.xcu
+++ b/loolkitconfig-mobile.xcu
@@ -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>