diff options
Diffstat (limited to 'officecfg/registry')
-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 |