summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_forms/GenericModelTest.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ODatabaseForm.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScTabViewObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXMailMerge.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java2
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleComboBox.java4
6 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
index c3fd3f829ac6..e28fdc06ba4b 100644
--- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
+++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
@@ -137,7 +137,7 @@ public class GenericModelTest extends TestCase {
/**
* describes the kind of the shape which should be created.
- * Example: m_kindOfshape=DateFiled
+ * Example: m_kindOfshape=DateFilled
*/
protected String m_kindOfControl = null;
diff --git a/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java b/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
index 327790f050a4..d424a1b4f5fb 100644
--- a/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
+++ b/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
@@ -485,7 +485,7 @@ public class ODatabaseForm extends TestCase {
// adding an object for XNameReplace testing
- log.println("adding oInstace as obj relation to environment");
+ log.println("adding oInstance as obj relation to environment");
tEnv.addObjRelation("INSTANCE", oInstance);
diff --git a/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java b/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
index 74c78e19ff3a..e07246774ceb 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
@@ -113,7 +113,7 @@ public class ScTabViewObj extends TestCase {
/*
* Creating a TestEnvironment for the interfaces to be tested.
- * Retrives the current controller of the spreadsheet document using the
+ * Retrieves the current controller of the spreadsheet document using the
* interface <code>XModel</code>. The controller is the instance of the
* service <code>com.sun.star.sheet.SpreadsheetView</code>. Retrieves
* a collection of spreadsheets from the document and takes one of them.
diff --git a/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java b/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java
index 99bf4e08bd26..53eb110cf924 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXMailMerge.java
@@ -222,7 +222,7 @@ public class SwXMailMerge extends TestCase {
tEnv.addObjRelation("DataAccessDescriptor.XResultSet", oResultSet);
tEnv.addObjRelation("DataAccessDescriptor.XConnection", getRemoteXConnection(Param));
- // com.sun.star.text.MailMaerge
+ // com.sun.star.text.MailMerge
tEnv.addObjRelation("MailMerge.XConnection", getRemoteXConnection(Param));
tEnv.addObjRelation("MailMerge.XResultSet", oMMXResultSet);
diff --git a/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java b/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java
index 46ee58a639c6..cfc957228817 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXNumberingRules.java
@@ -86,7 +86,7 @@ public class SwXNumberingRules extends TestCase {
* Creating a TestEnvironment for the interfaces to be tested.
* At first some strings are inserted to a text document, then style families
* are gotten from text document using <code>XStyleFamiliesSupplier</code>.
- * Then style family 'NuberingRules' is retrieved, then style indexed '0'
+ * Then style family 'NumberingRules' is retrieved, then style indexed '0'
* is obtained. At the end property value 'NumberingRules' is obtained from
* given style.
*/
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleComboBox.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleComboBox.java
index 621ad5c5d3ff..5e04b73da9f2 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleComboBox.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleComboBox.java
@@ -45,7 +45,7 @@ import util.utils;
/**
* Test for object which is represented by accessible component of the 'Font'
- * combo box in Format->Character... dislog box.
+ * combo box in Format->Character... dialog box.
* <p>
*
* Object implements the following interfaces :
@@ -191,4 +191,4 @@ public class AccessibleComboBox extends TestCase {
xTextDoc = SOF.createTextDoc(null);
}
-} \ No newline at end of file
+}