typo: paramters, paramaters -> parameters
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
This commit is contained in:
@@ -195,7 +195,7 @@ public class ParcelBrowseNode extends PropertySet
|
||||
com.sun.star.reflection.InvocationTargetException
|
||||
{
|
||||
LogUtils.DEBUG("ParcelBrowseNode invoke for " + aFunctionName );
|
||||
// Initialise the out paramters - not used but prevents error in
|
||||
// Initialise the out parameters - not used but prevents error in
|
||||
// UNO bridge
|
||||
aOutParamIndex[0] = new short[0];
|
||||
aOutParam[0] = new Object[0];
|
||||
|
@@ -183,7 +183,7 @@ public class ProviderBrowseNode extends PropertySet
|
||||
com.sun.star.script.CannotConvertException,
|
||||
com.sun.star.reflection.InvocationTargetException
|
||||
{
|
||||
// Initialise the out paramters - not used but prevents error in
|
||||
// Initialise the out parameters - not used but prevents error in
|
||||
// UNO bridge
|
||||
aOutParamIndex[0] = new short[0];
|
||||
aOutParam[0] = new Object[0];
|
||||
|
@@ -177,7 +177,7 @@ public class ScriptBrowseNode extends PropertySet
|
||||
com.sun.star.script.CannotConvertException,
|
||||
com.sun.star.reflection.InvocationTargetException
|
||||
{
|
||||
// Initialise the out paramters - not used but prevents error in
|
||||
// Initialise the out parameters - not used but prevents error in
|
||||
// UNO bridge
|
||||
aOutParamIndex[0] = new short[0];
|
||||
aOutParam[0] = new Object[0];
|
||||
|
@@ -188,7 +188,7 @@ class ScriptImpl implements XScript
|
||||
throws ScriptFrameworkErrorException,
|
||||
InvocationTargetException
|
||||
{
|
||||
// Initialise the out paramters - not used at the moment
|
||||
// Initialise the out parameters - not used at the moment
|
||||
aOutParamIndex[0] = new short[0];
|
||||
aOutParam[0] = new Object[0];
|
||||
|
||||
|
@@ -197,7 +197,7 @@ class ScriptImpl implements XScript
|
||||
{
|
||||
LogUtils.DEBUG( "** ScriptProviderForJava::invoke: Starting..." );
|
||||
|
||||
// Initialise the out paramters - not used at the moment
|
||||
// Initialise the out parameters - not used at the moment
|
||||
aOutParamIndex[0] = new short[0];
|
||||
aOutParam[0] = new Object[0];
|
||||
|
||||
|
@@ -186,7 +186,7 @@ class ScriptImpl implements XScript
|
||||
|
||||
throws ScriptFrameworkErrorException, InvocationTargetException
|
||||
{
|
||||
// Initialise the out paramters - not used at the moment
|
||||
// Initialise the out parameters - not used at the moment
|
||||
aOutParamIndex[0] = new short[0];
|
||||
aOutParam[0] = new Object[0];
|
||||
|
||||
|
Reference in New Issue
Block a user