diff options
author | Michael Hönnig <mi@openoffice.org> | 2003-01-16 08:36:56 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2003-01-16 08:36:56 +0000 |
commit | 9ec47fc220a8b4ea270df32d420b356afc73c009 (patch) | |
tree | a043c24023625005b08f096161f3c675a8282b02 /udkapi/com/sun/star/loader | |
parent | 0da761bc14bd88f73a03130f255f2d0e42973ea7 (diff) |
#55857# broken links
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/Java2.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/loader/XImplementationLoader.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/loader/Java2.idl b/udkapi/com/sun/star/loader/Java2.idl index 4f607e7f7ff1..cfcbd8bdb8a7 100644 --- a/udkapi/com/sun/star/loader/Java2.idl +++ b/udkapi/com/sun/star/loader/Java2.idl @@ -2,9 +2,9 @@ * * $RCSfile: Java2.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-12-10 10:31:34 $ + * last change: $Author: mi $ $Date: 2003-01-16 09:34:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ module com { module sun { module star { module loader { -/**the same as <type scope="com::sun::star::loader">com::sun::star::loader::Java</type>. +/**the same as <type scope="com::sun::star::loader">Java</type>. <p>This service was introduced for UNO 3 components. The then <type scope="com::sun::star::loader">Java</type> service was intended for UNO 2 components. Since UNO 2 is not supported anymore, the service diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 506527902f6f..8ba71efbe484 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: XImplementationLoader.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mi $ $Date: 2002-12-11 13:34:59 $ + * last change: $Author: mi $ $Date: 2003-01-16 09:35:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,7 @@ interface XImplementationLoader: com::sun::star::uno::XInterface @return returns a factory interface, which allows to create an instance of the concrete implementation. In general, the object supports a - <type>com::sun::star::lang::XSingleComponentFactory</type> + <type scope="com::sun::star::lang">XSingleComponentFactory</type> and the <type scope="com::sun::star::lang">XServiceInfo</type> interface. The XServiceInfo interface informs about the capabilities of the service implementation, not the factory itself. |