scripting: fix javadoc error: unknown tag: returns

Change-Id: Ib257ad76b2571755bdb744ad128ba1e558207eee
Reviewed-on: https://gerrit.libreoffice.org/11233
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
rbuj
2014-09-01 17:16:16 +02:00
committed by Thomas Arnhold
parent 219ee12ffa
commit b1492e6af1
5 changed files with 9 additions and 15 deletions

View File

@@ -39,8 +39,7 @@ public class EditorScriptContext implements XScriptContext
/**
Obtain the document reference on which the script can operate
@returns
XModel interface
@return XModel interface
*/
public XModel getDocument()
{
@@ -60,8 +59,7 @@ public class EditorScriptContext implements XScriptContext
/**
Obtain the desktop reference on which the script can operate
@returns
XDesktop interface
@return XDesktop interface
*/
public XDesktop getDesktop()
{
@@ -71,8 +69,7 @@ public class EditorScriptContext implements XScriptContext
/**
Obtain the component context which the script can use to create other uno components
@returns
XComponentContext interface
@return XComponentContext interface
*/
public XComponentContext getComponentContext()
{

View File

@@ -102,8 +102,7 @@ public class ScriptContext extends PropertySet implements XScriptContext
/**
Obtain the document reference on which the script can operate
@returns
XModel interface
@return XModel interface
*/
public XModel getDocument()
{
@@ -118,8 +117,7 @@ public class ScriptContext extends PropertySet implements XScriptContext
/**
Obtain the desktop reference on which the script can operate
@returns
XDesktop interface
@return XDesktop interface
*/
public XDesktop getDesktop()
{
@@ -129,8 +127,7 @@ public class ScriptContext extends PropertySet implements XScriptContext
/**
Obtain the component context which the script can use to create other uno components
@returns
XComponentContext interface
@return XComponentContext interface
*/
public XComponentContext getComponentContext()
{

View File

@@ -161,7 +161,7 @@ class ScriptImpl implements XScript
*
* @param aOutParam Out parameters
*
* @returns The value returned from the function
* @return The value returned from the function
* being invoked
*
* @throws IllegalArgumentException If there is no matching script name

View File

@@ -161,7 +161,7 @@ class ScriptImpl implements XScript
* sequence, i.e., the value has to be ignored by the callee
* @param aOutParamIndex Out indices
* @param aOutParam Out parameters
* @returns 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 CannotConvertException If args do not match or cannot be converted
* the those of the invokee

View File

@@ -160,7 +160,7 @@ class ScriptImpl implements XScript
*
* @param aOutParam Out parameters
*
* @returns The value returned from the function
* @return The value returned from the function
* being invoked
*
* @throws ScriptFrameworkErrorException If there is no matching script name