diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-10 00:56:25 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-10 00:56:25 +0200 |
commit | ad8ca80c42d2e2b8996d3cf528183710e8ea3395 (patch) | |
tree | 8199a38f3b13f3c058d9be3573594f800f4cebaa | |
parent | 20a4cbc6c3d143d2c005475237018e1a00b9ea53 (diff) |
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
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Inet.xcs | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Inet.xcs b/officecfg/registry/schema/org/openoffice/Inet.xcs index 2d05763612ef..14abf18c6b04 100644 --- a/officecfg/registry/schema/org/openoffice/Inet.xcs +++ b/officecfg/registry/schema/org/openoffice/Inet.xcs @@ -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> - - - - - - - - - - - - - - - - - - - - - - |