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:
@@ -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
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user