summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/script/provider/XScript.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/provider/XScript.idl')
-rw-r--r--offapi/com/sun/star/script/provider/XScript.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/provider/XScript.idl b/offapi/com/sun/star/script/provider/XScript.idl
index a96629fe9c68..63656b73e3b1 100644
--- a/offapi/com/sun/star/script/provider/XScript.idl
+++ b/offapi/com/sun/star/script/provider/XScript.idl
@@ -64,7 +64,7 @@ interface XScript : ::com::sun::star::uno::XInterface {
object
@param aParams
- all parameters; pure, out params are undefined in sequence,
+ all parameters; pure, out parameters are undefined in sequence,
i.e., the value has to be ignored by the callee
@param aOutParamIndex
out indices, indicating the position of the out or inout
@@ -85,7 +85,7 @@ interface XScript : ::com::sun::star::uno::XInterface {
the value returned from the function being invoked
@throws ::com::sun::star::reflection::InvocationTargetException
- if and error occurs while attempting to invoke a script the information is captured. If the error or exception is generated by the script itself it is wrapped as either ScriptErrorRaisedException or ScriptExceptionRaisedException or ScriptingFrameworkErrorException are wrapped as ScriptFrameworkErrorExceptions.
+ if and error occurs while attempting to invoke a script the information is captured. If the error or exception is generated by the script itself it is wrapped as either ScriptErrorRaisedException or ScriptExceptionRaisedException or ScriptFrameworkErrorException are wrapped as ScriptFrameworkErrorExceptions.
*/
any invoke(
[in] sequence<any> aParams,