diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:26:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:26:04 +0000 |
commit | ede154caa8ccc4ac49ecefdbab28292114d88c6d (patch) | |
tree | 1aa50133a3529d355cad1a68a6ff6b2799c82681 /udkapi | |
parent | 95779ce6c73a9337e6a9ea8eb2b181577294de8c (diff) |
INTEGRATION: CWS sb18 (1.9.116); FILE MERGED
2004/05/21 15:10:20 sb 1.9.116.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl index b76fa1a60d10..e39482ac8b96 100644 --- a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl +++ b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInvocationAdapterFactory2.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mi $ $Date: 2002-10-03 12:44:20 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:26:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ module com { module sun { module star { module script { /** Interface to create adapter objects giving types to be supported and a an invocation interface incoming calls are delegated to. */ -interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface +published interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface { /** Creates an adapter interface of given types for calling the given <type>XInvocation</type> interface. @@ -95,7 +95,6 @@ interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface [in] XInvocation Invocation, [in] sequence< type > aTypes ); }; - //============================================================================= }; }; }; }; |