diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2019-03-12 11:09:29 -0400 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-12 16:43:02 +0100 |
commit | 0c80a474fa9853c173cdff57a200aec78eea5d73 (patch) | |
tree | 5f1ba11b1e70c3910041c2b880b7231eb3858831 /officecfg/registry/schema/org/openoffice | |
parent | 86d07d01697ff000fdffbfacb7dab6509a7d5279 (diff) |
Move the Help URL to a different config path
This partially reverts e5a0bafa330c58d6c9352d3acbe4e97fafa1ad56
and simplifies the Help URL configuration.
Change-Id: Icc7c31b8955f3df978b57dbd8aa8816a9e1f98ad
Reviewed-on: https://gerrit.libreoffice.org/69106
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 8cecbaedc258..05dc0012b1ab 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3534,6 +3534,13 @@ </info> <value>Default</value> </prop> + <prop oor:name="HelpRootURL" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Specifies the root URL to the Office help pages. Blank disables + Help buttons on dialogs in LibreOffice Online.</desc> + </info> + <value>https://help.collaboraoffice.com/help.html?</value> + </prop> <group oor:name="StartCenter"> <info> <desc>Contains settings for the start center.</desc> @@ -6043,12 +6050,6 @@ </info> <value>true</value> </prop> - <prop oor:name="HelpURL" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>Specifies the URL to the Office help page. Blank disables help buttons.</desc> - </info> - <value>https://help.collaboraoffice.com/help.html?</value> - </prop> <prop oor:name="HelpTipSeconds" oor:type="xs:short" oor:nillable="false"> <info> <desc>Enables or disables the automatic time out of help tips. You |