diff options
author | rbuj <robert.buj@gmail.com> | 2014-09-06 15:29:09 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2014-09-06 15:49:09 -0500 |
commit | 4464ada02f5dc41bca98abd3d9413cc06d401c6a (patch) | |
tree | 1b3a6435c42e326c9f948a1e3dfb06ac3535c383 /scripting/java/com | |
parent | 5bce32904091ffe28884fd5c0f4801ee82bad101 (diff) |
scripting: fix javadoc error: reference not found
Change-Id: Ife7bbd704211dd289b6066d541bd4ae0a1788ebf
Reviewed-on: https://gerrit.libreoffice.org/11307
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'scripting/java/com')
2 files changed, 0 insertions, 6 deletions
diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java index c0bb93abcba9..09c056c0baa4 100644 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java @@ -166,10 +166,6 @@ class ScriptImpl implements XScript * * @throws IllegalArgumentException If there is no matching script name * - * @throws CannotConvertException If args do not match or cannot - * be converted the those of the - * invokee - * * @throws InvocationTargetException If the running script throws * an exception this information * is captured and rethrown as diff --git a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java index 13db7128eb32..b3b005503543 100644 --- a/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java +++ b/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java @@ -161,8 +161,6 @@ class ScriptImpl implements XScript * @param aOutParam Out parameters * @return The value returned from the function being invoked * @throws IllegalArgumentException If there is no matching script name - * @throws CannotConvertException If args do not match or cannot be converted - * the those of the invokee * @throws com.sun.star.reflection.InvocationTargetException If the running script throws an exception * this information is captured and rethrown as this exception type. */ |