scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java
 |    4 ----
 
scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java
           |    2 --
 2 files changed, 6 deletions(-)

New commits:
commit 4464ada02f5dc41bca98abd3d9413cc06d401c6a
Author: rbuj <robert....@gmail.com>
Date:   Sat Sep 6 15:29:09 2014 +0200

    scripting: fix javadoc error: reference not found
    
    Change-Id: Ife7bbd704211dd289b6066d541bd4ae0a1788ebf
    Reviewed-on: https://gerrit.libreoffice.org/11307
    Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com>
    Tested-by: Norbert Thiebaud <nthieb...@gmail.com>

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 c0bb93a..09c056c 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 13db712..b3b0055 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.
          */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to