From 28327c28ced32f181ed9b5c4921fd844e549980d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 29 Nov 2012 23:40:26 +0100 Subject: 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 --- framework/qa/complex/api_internal/api.lst | 1 - framework/qa/complex/api_internal/worksforme.sce | 1 - 2 files changed, 2 deletions(-) (limited to 'framework') 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 -- cgit