diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:38:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:38:07 +0000 |
commit | 8f256096746a613c3197de23861550e604026f13 (patch) | |
tree | 15e147edf9a2a7088c290aba049270cfc99d1251 /udkapi | |
parent | 6e741893ffd967a4d722dff6bb6b41ea304e2252 (diff) |
INTEGRATION: CWS sb18 (1.9.100); FILE MERGED
2004/05/21 15:10:35 sb 1.9.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/uno/XReference.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XWeak.idl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl index a1f64d282f4a..94e2685ca457 100644 --- a/udkapi/com/sun/star/uno/XReference.idl +++ b/udkapi/com/sun/star/uno/XReference.idl @@ -2,9 +2,9 @@ * * $RCSfile: XReference.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:37:15 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:37:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ /** must be implemented by anyone who holds the adapter on the client side.@see XWeak for decription af concepts. */ -interface XReference: com::sun::star::uno::XInterface +published interface XReference: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/uno/XWeak.idl b/udkapi/com/sun/star/uno/XWeak.idl index bdae1b1c169c..1cc8f4e1ad1e 100644 --- a/udkapi/com/sun/star/uno/XWeak.idl +++ b/udkapi/com/sun/star/uno/XWeak.idl @@ -2,9 +2,9 @@ * * $RCSfile: XWeak.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:37:16 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:38:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,7 +128,7 @@ </dl> </p> */ -interface XWeak: com::sun::star::uno::XInterface +published interface XWeak: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- |