Kaydet (Commit) 4464ada0 authored tarafından rbuj's avatar rbuj Kaydeden (comit) Norbert Thiebaud

scripting: fix javadoc error: reference not found

Change-Id: Ife7bbd704211dd289b6066d541bd4ae0a1788ebf
Reviewed-on: https://gerrit.libreoffice.org/11307Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
Tested-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst 5bce3290
...@@ -166,10 +166,6 @@ class ScriptImpl implements XScript ...@@ -166,10 +166,6 @@ class ScriptImpl implements XScript
* *
* @throws IllegalArgumentException If there is no matching script name * @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 * @throws InvocationTargetException If the running script throws
* an exception this information * an exception this information
* is captured and rethrown as * is captured and rethrown as
......
...@@ -161,8 +161,6 @@ class ScriptImpl implements XScript ...@@ -161,8 +161,6 @@ class ScriptImpl implements XScript
* @param aOutParam Out parameters * @param aOutParam Out parameters
* @return The value returned from the function being invoked * @return The value returned from the function being invoked
* @throws IllegalArgumentException If there is no matching script name * @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 * @throws com.sun.star.reflection.InvocationTargetException If the running script throws an exception
* this information is captured and rethrown as this exception type. * this information is captured and rethrown as this exception type.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment