summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-09-06 15:29:09 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-09-06 15:49:09 -0500
commit4464ada02f5dc41bca98abd3d9413cc06d401c6a (patch)
tree1b3a6435c42e326c9f948a1e3dfb06ac3535c383
parent5bce32904091ffe28884fd5c0f4801ee82bad101 (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>
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java4
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java2
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.
*/