summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-04-06 00:00:52 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-04-07 08:39:29 +0000
commit49b237c46efa1ba3513dfbe6c782c713296352d8 (patch)
tree0bb3cc1e9b005812eb656854f3d5cd63573ca7c5
parentb3f96d2ccba362a2898bc3a4d365ce7c4d0698e2 (diff)
tdf#95386 More Help Agent cleanup
These configuration settings are good to go Change-Id: Id0867c52c46435d416703bc822ef14ffad2ea9f6 Reviewed-on: https://gerrit.libreoffice.org/36171 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs37
1 files changed, 0 insertions, 37 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index f37fd61ba1e9..911879ed8287 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3519,43 +3519,6 @@
</info>
<value>Default</value>
</prop>
- <group oor:name="HelpAgent">
- <info>
- <desc>Specifies the properties of the HelpAgent.</desc>
- </info>
- <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <desc>Specifies whether the HelpAgent is enabled.</desc>
- <label>enable HelpAgent</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="Timeout" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the time-out value in seconds after which the
- HelpAgent is closed automatically if ignored by the user.</desc>
- <label>HelpAgent timeout</label>
- </info>
- <value>30</value>
- </prop>
- <prop oor:name="RetryLimit" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies how often the user must ignore a given HelpAgent
- topic until it is disregarded in the future (any requests for this
- topic will be dropped silently).</desc>
- <label>HelpAgent retry limit</label>
- </info>
- <value>3</value>
- </prop>
- <set oor:name="IgnoreList" oor:node-type="NameCounter">
- <info>
- <desc>Contains the help URLs which have been ignored at least once
- by the user, together with a counter of how often they have been
- ignored.</desc>
- <label>HelpAgent ignore list</label>
- </info>
- </set>
- </group>
<group oor:name="StartCenter">
<info>
<desc>Contains settings for the start center.</desc>