diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:04:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:04:30 +0000 |
commit | 0a5efd083962911c04e5124ed36d183de52d8743 (patch) | |
tree | 08845959cd7c3b3f080f02ff978f8c41ec507e9d /udkapi/com/sun/star/loader | |
parent | 28d9d595450c61ed4d455cf7442d9b699ff81d81 (diff) |
INTEGRATION: CWS sb18 (1.8.100); FILE MERGED
2004/05/21 15:09:54 sb 1.8.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/Java.idl | 8 | ||||
-rw-r--r-- | udkapi/com/sun/star/loader/SharedLibrary.idl | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/loader/Java.idl b/udkapi/com/sun/star/loader/Java.idl index abc3687901d8..1c865d10a9e6 100644 --- a/udkapi/com/sun/star/loader/Java.idl +++ b/udkapi/com/sun/star/loader/Java.idl @@ -2,9 +2,9 @@ * * $RCSfile: Java.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:06 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:04:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,13 +67,13 @@ module com { module sun { module star { module loader { -interface XImplementationLoader; + published interface XImplementationLoader; // DocMerge from xml: service com::sun::star::loader::Java /** allows to access a java component stored with a .jar file */ -service Java +published service Java { /** is used for writing persistent information in the registry for diff --git a/udkapi/com/sun/star/loader/SharedLibrary.idl b/udkapi/com/sun/star/loader/SharedLibrary.idl index a0d10e7d0e92..867d64cc0100 100644 --- a/udkapi/com/sun/star/loader/SharedLibrary.idl +++ b/udkapi/com/sun/star/loader/SharedLibrary.idl @@ -2,9 +2,9 @@ * * $RCSfile: SharedLibrary.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:36:06 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:04:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,12 +67,12 @@ module com { module sun { module star { module loader { -interface XImplementationLoader; + published interface XImplementationLoader; /** allows to access a native component stored in a shared library. */ -service SharedLibrary +published service SharedLibrary { /** is used for writing persistent information in the registry for |