[Libreoffice-commits] core.git: officecfg/registry

Gabor Kelemen kelemeng at ubuntu.com
Fri Apr 7 08:40:00 UTC 2017


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |   37 -------------
 1 file changed, 37 deletions(-)

New commits:
commit 49b237c46efa1ba3513dfbe6c782c713296352d8
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date:   Thu Apr 6 00:00:52 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

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>


More information about the Libreoffice-commits mailing list