diff options
author | Michael Hönnig <mi@openoffice.org> | 2002-12-10 09:31:37 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2002-12-10 09:31:37 +0000 |
commit | 7b287eea9894186511c1380e71cc553f130dab73 (patch) | |
tree | a74eb931a25f5e47ec8b895decbc76a5cd824b02 /udkapi/com/sun/star/loader | |
parent | 8539693cedf3341139aa7f3014e5e680c1d322a1 (diff) |
#105668# fixed dead 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 | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/loader/Java2.idl b/udkapi/com/sun/star/loader/Java2.idl index 1aba8dfed35b..4f607e7f7ff1 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.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jl $ $Date: 2002-07-01 08:53:00 $ + * last change: $Author: mi $ $Date: 2002-12-10 10:31:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ module com { module sun { module star { module loader { /**the same as <type scope="com::sun::star::loader">com::sun::star::loader::Java</type>. <p>This service was introduced for UNO 3 components. The then -<type scope="com::sun::star::loader">com::sun::star::loader::Java</type> service was intended for +<type scope="com::sun::star::loader">Java</type> service was intended for UNO 2 components. Since UNO 2 is not supported anymore, the service name is reused again. */ diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 9a16c7f03e5d..828317b39df0 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 12:44:05 $ + * last change: $Author: mi $ $Date: 2002-12-10 10:31:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,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> - and the <type>com::sun::star::lang::XServiceInfo</type> interface. The + 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. */ @@ -157,6 +157,9 @@ interface XImplementationLoader: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 12:44:05 mi + #94968# IDL reviews merged + Revision 1.5.16.1 2002/06/05 16:38:41 jbu documentation reviewed |