summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /qadevOOo
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/PropertyHandlerImpl.java2
-rw-r--r--qadevOOo/runner/lib/Status.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XContentProvider.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java2
12 files changed, 12 insertions, 12 deletions
diff --git a/qadevOOo/runner/helper/PropertyHandlerImpl.java b/qadevOOo/runner/helper/PropertyHandlerImpl.java
index e08922c053c4..423ca4354684 100644
--- a/qadevOOo/runner/helper/PropertyHandlerImpl.java
+++ b/qadevOOo/runner/helper/PropertyHandlerImpl.java
@@ -42,7 +42,7 @@ public class PropertyHandlerImpl implements XPropertyHandler{
* @param FirstTimeInit If true , the method is called for the first-time update of the respective property, that is, when the property browser is just initializing with the properties of the introspected object.
* If false , there was a real ::com::sun::star::beans::XPropertyChangeListener::propertyChange event which triggered the call.
*
- * In some cases it may be necessary to differentiate between both situations. For instance, if you want to set the value of another property when an actuating property's value changed, you should definately not do this when FirstTimeInit is true .
+ * In some cases it may be necessary to differentiate between both situations. For instance, if you want to set the value of another property when an actuating property's value changed, you should definitely not do this when FirstTimeInit is true .
* @throws com.sun.star.lang.NullPointerException ::com::sun::star::lang::NullPointerException if InspectorUI is NULL
*/
public void actuatingPropertyChanged(
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java
index 5a02493da911..e26dc9c33a91 100644
--- a/qadevOOo/runner/lib/Status.java
+++ b/qadevOOo/runner/lib/Status.java
@@ -67,7 +67,7 @@ public class Status extends SimpleStatus {
/**
* This is a factory method for creating a Status representing an exception
- * activity termination. The Status alway has FAILED state.
+ * activity termination. The Status always has FAILED state.
*
* @param t the exception with that the activity completed.
*/
diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java b/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java
index 97a9f74ac790..31769697af2d 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java
@@ -112,7 +112,7 @@ public class _XContentProvider extends MultiMethodTest {
int compare = oObj.compareContentIds(CI,CI2);
boolean res = (compare != 0);
if (!res) {
- log.println("Didn't work with differnt IDs");
+ log.println("Didn't work with different IDs");
log.println(compare+" was returned");
}
compare = oObj.compareContentIds(CI,CI);
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java b/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
index e02dbc6d9dd3..4daecc7c1ba6 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellFieldsObj.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/**
- * Test for object that represents a colection of text fields
+ * Test for object that represents a collection of text fields
* in a cell of a spreadsheet. <p>
*
* Object implements the following interfaces :
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java
index 3ba57ae9dc77..cc0a6cc11220 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupItemObj.java
@@ -200,7 +200,7 @@ public class ScDataPilotFieldGroupItemObj extends TestCase
catch (com.sun.star.lang.IndexOutOfBoundsException e)
{
e.printStackTrace ();
- throw new StatusException ("Couldn't get cells for changeing.", e);
+ throw new StatusException ("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java
index 1a92045be7c2..b3462fba9bca 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupObj.java
@@ -199,7 +199,7 @@ public class ScDataPilotFieldGroupObj extends TestCase
catch (com.sun.star.lang.IndexOutOfBoundsException e)
{
e.printStackTrace ();
- throw new StatusException ("Couldn't get cells for changeing.", e);
+ throw new StatusException ("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java
index 97294117d99c..59fa43e1f80a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldGroupsObj.java
@@ -199,7 +199,7 @@ public class ScDataPilotFieldGroupsObj extends TestCase
catch (com.sun.star.lang.IndexOutOfBoundsException e)
{
e.printStackTrace ();
- throw new StatusException ("Couldn't get cells for changeing.", e);
+ throw new StatusException ("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java
index 226c7e2e50be..1219e53b0db0 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotFieldObj.java
@@ -197,7 +197,7 @@ public class ScDataPilotFieldObj extends TestCase {
new Integer(27);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace();
- throw new StatusException("Couldn't get cells for changeing.", e);
+ throw new StatusException("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java
index 217521d47c43..bce5155b6ff5 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemObj.java
@@ -198,7 +198,7 @@ public class ScDataPilotItemObj extends TestCase {
new Integer(27);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace();
- throw new StatusException("Couldn't get cells for changeing.", e);
+ throw new StatusException("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java
index 73fb3d94d046..fb2aa6ddd441 100644
--- a/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotItemsObj.java
@@ -198,7 +198,7 @@ public class ScDataPilotItemsObj extends TestCase {
new Integer(27);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace();
- throw new StatusException("Couldn't get cells for changeing.", e);
+ throw new StatusException("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java
index 2bc6d4a4811f..59b97733b6f7 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_DataPilotItemsEnumeration.java
@@ -200,7 +200,7 @@ public class ScIndexEnumeration_DataPilotItemsEnumeration
new Integer(27);
} catch (com.sun.star.lang.IndexOutOfBoundsException e) {
e.printStackTrace();
- throw new StatusException("Couldn't get cells for changeing.", e);
+ throw new StatusException("Couldn't get cells for changing.", e);
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
index e4b3947f61f2..ad29b9b919fd 100644
--- a/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
+++ b/qadevOOo/tests/java/mod/_sc/ScIndexEnumeration_TextFieldEnumeration.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
/**
- * Test for object that represents enumeration of a colection
+ * Test for object that represents enumeration of a collection
* of text fields in a cell of a spreadsheet. <p>
*
* Object implements the following interfaces :