diff options
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 ); }; - //============================================================================= }; }; }; }; |