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>
This commit is contained in:
rbuj
2014-09-06 15:29:09 +02:00
committed by Norbert Thiebaud
parent 5bce329040
commit 4464ada02f
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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.
*/