summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/InvocationInfo.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-16 14:10:40 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-16 14:10:40 +0000
commitc8029aa80ea240c5ce992ceccdb71058295fa3ee (patch)
treef461aad059cd29254bb87a68590d2ffbfc0f17f7 /udkapi/com/sun/star/script/InvocationInfo.idl
parent1f985821e1eba21d1ccb6dd2251beb731fc34d5a (diff)
proofing by Richard Holt
Diffstat (limited to 'udkapi/com/sun/star/script/InvocationInfo.idl')
-rw-r--r--udkapi/com/sun/star/script/InvocationInfo.idl15
1 files changed, 9 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/script/InvocationInfo.idl b/udkapi/com/sun/star/script/InvocationInfo.idl
index bc383b8c6466..421d918fadc0 100644
--- a/udkapi/com/sun/star/script/InvocationInfo.idl
+++ b/udkapi/com/sun/star/script/InvocationInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvocationInfo.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
/**
This struct is used to specify information about object members
(methods or properties) accessed via XInvocation, such as names,
- types, parameters
+ types, or parameters.
</p>
*/
struct InvocationInfo
@@ -98,8 +98,8 @@ struct InvocationInfo
<type>com::sun::star::beans::PropertyAttribute</type>
constants group. It is not guaranteed that all necessary
constants are set to describe the property completely,
- but a flag will only be set if the according charac-
- teristic really exist. Example: If the READONLY flag
+ but a flag will only be set, if the corresponding charac-
+ teristic really exists. Example: If the READONLY flag
is set, the property is readonly. If it isn't set, the
property nevertheless can be readonly.
@@ -115,7 +115,7 @@ struct InvocationInfo
*/
sequence< type > aParamTypes;
- /** Mode of of method parameters (IN, OUT, INOUT),
+ /** Mode of method parameters (IN, OUT, INOUT),
for properties this sequence is empty.
*/
sequence< com::sun::star::reflection::ParamMode > aParamModes;
@@ -128,6 +128,9 @@ struct InvocationInfo
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import