typo: paramters, paramaters -> parameters

Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
This commit is contained in:
Andras Timar
2012-06-19 16:43:41 +02:00
parent ed4c2ab1e3
commit 54e9a28390
24 changed files with 25 additions and 25 deletions

View File

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

View File

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

View File

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