[Libreoffice-commits] core.git: offapi/com
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 28 16:13:49 UTC 2021
offapi/com/sun/star/script/provider/XScript.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 67faef71f937a14799fd551a2751c3b61dd7a94f
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Jul 28 16:00:03 2021 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Wed Jul 28 18:13:14 2021 +0200
A typo
Change-Id: I5b9635381c43d34a16fb2443c4ca3621ff0d9a52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119613
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
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,
More information about the Libreoffice-commits
mailing list