summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-07-28 16:00:03 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-07-28 18:13:14 +0200
commit67faef71f937a14799fd551a2751c3b61dd7a94f (patch)
tree733313e547d85c091ee5a650083cbbb9c28df207 /offapi/com
parentbe3764070655afb438ac4d09a73175ebcbc8fea2 (diff)
A typo
Change-Id: I5b9635381c43d34a16fb2443c4ca3621ff0d9a52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119613 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/script/provider/XScript.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/script/provider/XScript.idl b/offapi/com/sun/star/script/provider/XScript.idl
index 41c934ab32d3..d7538bc4395a 100644
--- a/offapi/com/sun/star/script/provider/XScript.idl
+++ b/offapi/com/sun/star/script/provider/XScript.idl
@@ -60,7 +60,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 ScriptFrameworkErrorException are wrapped as ScriptFrameworkErrorExceptions.
+ if an 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,