diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:25:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:25:20 +0000 |
commit | c5e14bf045e0c2bb57605b2abf5a0ecf9df27f76 (patch) | |
tree | 923d6120172e190df84689f6bcafa6560a85d5c8 /udkapi | |
parent | 93badcb43e41c0750f718eb79023ab3a8282b501 (diff) |
INTEGRATION: CWS sb18 (1.8.116); FILE MERGED
2004/05/21 15:10:19 sb 1.8.116.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/XInvocation.idl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/script/XInvocation.idl b/udkapi/com/sun/star/script/XInvocation.idl index 781f799aa76d..b67b7008701e 100644 --- a/udkapi/com/sun/star/script/XInvocation.idl +++ b/udkapi/com/sun/star/script/XInvocation.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInvocation.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mi $ $Date: 2002-10-03 12:44:19 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:25:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,14 +92,13 @@ //============================================================================= /** gives access to an object's methods and properties. - Container access is available through <type scope="com::sun::star::container">XIndexContainer</type>, <type scope="com::sun::star::container">XNameContainer</type> and <type scope="com::sun::star::container">XEnumerationAccess</type>. </p> */ -interface XInvocation: com::sun::star::uno::XInterface +published interface XInvocation: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** returns the introspection from this object or <NULL/> |