Kaydet (Commit) ad8ca80c authored tarafından Thomas Arnhold's avatar Thomas Arnhold

API CHANGE: cleanup of Inet.xcs

Remove deprecated items. All are unused in the code.

since 2002 (4f36fcfa):

Settings/ooInetDNSServer
Settings/ooInetSOCKSProxyName
Settings/ooInetSOCKSProxyPort

Change-Id: I79cd561d1e94e14bf7730f70eac1c08bbc8fe7e4
üst 20a4cbc6
......@@ -25,17 +25,6 @@
<info>
<desc>Contains Internet-related configurations (servers, proxies, etc.).</desc>
</info>
<prop oor:name="ooInetDNSServer" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Inet/DNS -->
<!-- OldLocation: soffice.ini -->
<!-- UIHints: Tools - Options - Internet - Protocol -->
<info>
<deprecated/>
<desc>Specifies the IP address of the DNS server. If the string is empty, the DNS server will be specified automatically.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="ooInetNoProxy" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Inet/NoProxy -->
<!-- OldLocation: soffice.ini -->
......@@ -161,61 +150,7 @@
</maxInclusive>
</constraints>
</prop>
<prop oor:name="ooInetSOCKSProxyName" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Inet/SOCKSProxyName -->
<!-- OldLocation: soffice.ini -->
<!-- UIHints: Tools Options Internet Proxy -->
<info>
<deprecated/>
<desc>Specifies the name of the Socks proxy server.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="ooInetSOCKSProxyPort" oor:type="xs:int">
<!-- OldPath: Inet/SOCKSProxyPort -->
<!-- OldLocation: soffice.ini -->
<!-- UIHints: Tools Options Internet Proxy -->
<info>
<deprecated/>
<desc>Specifies the port of the Socks proxy server.</desc>
</info>
<constraints>
<minInclusive oor:value="0">
<info>
<desc>Specifies the minimum allowed port number.</desc>
</info>
</minInclusive>
<maxInclusive oor:value="65535">
<info>
<desc>Specifies the maximum allowed port number.</desc>
</info>
</maxInclusive>
</constraints>
</prop>
</group>
</component>
</oor:component-schema>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment