From 37e1495307731e6ab099c12b1d40307de31c1a09 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 11 Mar 2016 01:09:39 +0100 Subject: ComponentFactoryWrapper was removed in 2002 with commit 9e50970ccf5b12d634a8a786579220c0728f1076 Change-Id: Icb1077f9aa47874ec601a93adc3561d0d99c4261 --- jurt/com/sun/star/comp/loader/JavaLoader.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java index 663713ace9a3..8caa196d4ba6 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoader.java +++ b/jurt/com/sun/star/comp/loader/JavaLoader.java @@ -232,9 +232,6 @@ public class JavaLoader implements XImplementationLoader, *

To get the factory the inspects the class for the optional static member * functions __getServiceFactory resp. getServiceFactory (DEPRECATED).

* - *

If the function can not be found a default factory @see ComponentFactoryWrapper - * will be created.

- * * @param implementationName the implementation (class) name of the component. * @param implementationLoaderUrl the URL of the implementation loader. Not used. * @param locationUrl points to an archive (JAR file) which contains a component. @@ -362,8 +359,6 @@ public class JavaLoader implements XImplementationLoader, * @param implementationLoaderUrl specifies the loader, the component is loaded by. * @param locationUrl points to an archive (JAR file) which contains a component. * @return true if registration is successfully - otherwise false. - * - * @see ComponentFactoryWrapper */ public boolean writeRegistryInfo( XRegistryKey regKey, String implementationLoaderUrl, -- cgit