diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-29 23:40:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-29 23:53:37 +0100 |
commit | 28327c28ced32f181ed9b5c4921fd844e549980d (patch) | |
tree | ba853c6dc51995036f1bcf496aeb93a77e63cfda /framework | |
parent | ded6f06ec585da0edee36eec749d21d75b5e5f30 (diff) |
API CHANGE: remove com.sun.star.system.XProxySettings
... and related services:
com.sun.star.system.SOffice52ProxySettings
com.sun.star.system.ProxySettings
com.sun.star.system.SystemProxySettings
The implementation for these has apparently been removed in
OpenOffice.org 2.0 or thereabouts.
EXISTENCE: published key
"/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in
registry 1
EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists
only in registry 1
EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings"
exists only in registry 1
EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings"
exists only in registry 1
Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/api_internal/api.lst | 1 | ||||
-rw-r--r-- | framework/qa/complex/api_internal/worksforme.sce | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/framework/qa/complex/api_internal/api.lst b/framework/qa/complex/api_internal/api.lst index bf4656231560..f045d179e632 100644 --- a/framework/qa/complex/api_internal/api.lst +++ b/framework/qa/complex/api_internal/api.lst @@ -64,7 +64,6 @@ job63=mcnttype.MimeContentTypeFactory job64=namingservice.uno.NamingService job65=nestedreg.uno.NestedRegistry job66=proxyfac.uno.ProxyFactory -job67=proxyset.SOffice52ProxySettings job68=regtypeprov.uno.RegistryTypeDescriptionProvider job69=remotebridge.uno.various job70=sc.AccessibleEditableTextPara_HeaderFooter diff --git a/framework/qa/complex/api_internal/worksforme.sce b/framework/qa/complex/api_internal/worksforme.sce index 9efc6e14c4a0..c411bb337e0e 100644 --- a/framework/qa/complex/api_internal/worksforme.sce +++ b/framework/qa/complex/api_internal/worksforme.sce @@ -17,7 +17,6 @@ # job=cmdmail.SimpleCommandMail job=fileacc.SimpleFileAccess -job=proxyset.SOffice52ProxySettings job=sc.ScCellFieldObj job=sc.ScCellFieldsObj job=sc.XMLImporter |