summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-10 00:56:25 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-10 00:56:25 +0200
commitad8ca80c42d2e2b8996d3cf528183710e8ea3395 (patch)
tree8199a38f3b13f3c058d9be3573594f800f4cebaa
parent20a4cbc6c3d143d2c005475237018e1a00b9ea53 (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.xcs65
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 @@
25 <info> 25 <info>
26 <desc>Contains Internet-related configurations (servers, proxies, etc.).</desc> 26 <desc>Contains Internet-related configurations (servers, proxies, etc.).</desc>
27 </info> 27 </info>
28 <prop oor:name="ooInetDNSServer" oor:type="xs:string" oor:nillable="false">
29 <!-- OldPath: Inet/DNS -->
30 <!-- OldLocation: soffice.ini -->
31 <!-- UIHints: Tools - Options - Internet - Protocol -->
32 <info>
33 <deprecated/>
34 <desc>Specifies the IP address of the DNS server. If the string is empty, the DNS server will be specified automatically.</desc>
35 </info>
36 <value/>
37 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
38 </prop>
39 <prop oor:name="ooInetNoProxy" oor:type="xs:string" oor:nillable="false"> 28 <prop oor:name="ooInetNoProxy" oor:type="xs:string" oor:nillable="false">
40 <!-- OldPath: Inet/NoProxy --> 29 <!-- OldPath: Inet/NoProxy -->
41 <!-- OldLocation: soffice.ini --> 30 <!-- OldLocation: soffice.ini -->
@@ -161,61 +150,7 @@
161 </maxInclusive> 150 </maxInclusive>
162 </constraints> 151 </constraints>
163 </prop> 152 </prop>
164 <prop oor:name="ooInetSOCKSProxyName" oor:type="xs:string" oor:nillable="false">
165 <!-- OldPath: Inet/SOCKSProxyName -->
166 <!-- OldLocation: soffice.ini -->
167 <!-- UIHints: Tools Options Internet Proxy -->
168 <info>
169 <deprecated/>
170 <desc>Specifies the name of the Socks proxy server.</desc>
171 </info>
172 <value/>
173 <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
174 </prop>
175 <prop oor:name="ooInetSOCKSProxyPort" oor:type="xs:int">
176 <!-- OldPath: Inet/SOCKSProxyPort -->
177 <!-- OldLocation: soffice.ini -->
178 <!-- UIHints: Tools Options Internet Proxy -->
179 <info>
180 <deprecated/>
181 <desc>Specifies the port of the Socks proxy server.</desc>
182 </info>
183 <constraints>
184 <minInclusive oor:value="0">
185 <info>
186 <desc>Specifies the minimum allowed port number.</desc>
187 </info>
188 </minInclusive>
189 <maxInclusive oor:value="65535">
190 <info>
191 <desc>Specifies the maximum allowed port number.</desc>
192 </info>
193 </maxInclusive>
194 </constraints>
195 </prop>
196 </group> 153 </group>
197 </component> 154 </component>
198</oor:component-schema> 155</oor:component-schema>
199 156
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221