summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 01:09:39 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 13:47:42 +0100
commit37e1495307731e6ab099c12b1d40307de31c1a09 (patch)
tree4b24e5067a2058304698916581ed6f1d89eb5958 /jurt
parentee39cab29128588eebb02629888b1def8d898758 (diff)
ComponentFactoryWrapper was removed in 2002
with commit 9e50970ccf5b12d634a8a786579220c0728f1076 Change-Id: Icb1077f9aa47874ec601a93adc3561d0d99c4261
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/comp/loader/JavaLoader.java5
1 files changed, 0 insertions, 5 deletions
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,
* <p>To get the factory the inspects the class for the optional static member
* functions __getServiceFactory resp. getServiceFactory (DEPRECATED).</p>
*
- * <p>If the function can not be found a default factory @see ComponentFactoryWrapper
- * will be created.</p>
- *
* @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,