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 | a5aaef2cfa9817e27a1767b4a822ae1178d56067 (patch) | |
tree | 4ab6ec96cc4c644e35169d9d30b5c8b408a5427c | |
parent | 2912eff5f93d75118e4b42e9e9a5c31367378cab (diff) |
INTEGRATION: CWS sb18 (1.9.100); FILE MERGED
2004/05/21 15:10:35 sb 1.9.100.1: #i21150# Added published flag.
-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 bc844c693..9f5acbe81 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 72a865bc0..7bc3a04a3 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 { //------------------------------------------------------------------------- |