summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /qadevOOo/tests/java/mod
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/JoinViewAccessibility.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ODatabaseForm.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OGridControlModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OListBoxModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OTimeModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_fps/FilePicker.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScModelObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXFootnotes.java2
13 files changed, 13 insertions, 13 deletions
diff --git a/qadevOOo/tests/java/mod/_dbaccess/JoinViewAccessibility.java b/qadevOOo/tests/java/mod/_dbaccess/JoinViewAccessibility.java
index b7d926e502e4..499779ebf629 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/JoinViewAccessibility.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/JoinViewAccessibility.java
@@ -81,7 +81,7 @@ public class JoinViewAccessibility extends TestCase {
* creates two tables in database.
* Creates a new query and adds it to DefinitionContainer.
* Opens the QueryComponent.with loadComponentFromURL
- * and gets the object with the role UNKNOWN and the Impplementation
+ * and gets the object with the role UNKNOWN and the implementation
* name that contains ConnectionLine
* @param Param test parameters
* @param log writer to log information while testing
diff --git a/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java b/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
index 77fde0139689..327790f050a4 100644
--- a/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
+++ b/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
@@ -793,7 +793,7 @@ public class ODatabaseForm extends TestCase {
}
/**
- * Dummy implemetnation. Do nothing, just log
+ * Dummy implementation. Do nothing, just log
* @param o Ignore.
*/
public void disposing(EventObject o) {
diff --git a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
index bc9b964fa6b0..b440f24ce28b 100644
--- a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
@@ -153,7 +153,7 @@ public class OGridControlModel extends GenericModelTest {
/**
- * calls <CODE>createTestEnvironment()</CODE> from it's super class
+ * calls <CODE>createTestEnvironment()</CODE> from its super class
* @param Param the test parameter
* @param log the log writer
* @return lib.TestEnvironment
diff --git a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
index f482036950a0..f829da701e63 100644
--- a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
@@ -154,7 +154,7 @@ public class OListBoxModel extends GenericModelTest {
}
/**
- * calls <CODE>createTestEnvironment()</CODE> from it's super class
+ * calls <CODE>createTestEnvironment()</CODE> from its super class
* This test uses not the generic implementation of <CODE>checker()</CODE> of its
* super class. This tests uses its own implementation of <CODE>checker()</CODE>
* to test <CODE>com::sun::star::form::XUpdateBroadcaster</CODE>
diff --git a/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java b/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
index be0b9f9d6485..d65c07064733 100644
--- a/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
+++ b/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
@@ -134,7 +134,7 @@ public class ORadioButtonModel extends GenericModelTest {
}
/**
- * calls <CODE>createTestEnvironment()</CODE> from it's super class
+ * calls <CODE>createTestEnvironment()</CODE> from its super class
* @param Param the test parameter
* @param log the log writer
* @return lib.TestEnvironment
diff --git a/qadevOOo/tests/java/mod/_forms/OTimeModel.java b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
index e937e6a8816d..999ae6e606ed 100644
--- a/qadevOOo/tests/java/mod/_forms/OTimeModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
@@ -146,7 +146,7 @@ public class OTimeModel extends GenericModelTest {
}
/**
- * calls <CODE>createTestEnvironment()</CODE> from it's super class
+ * calls <CODE>createTestEnvironment()</CODE> from its super class
* This test uses not the generic implementation of <CODE>checker()</CODE> of its
* super class. This tests uses its own implementation of <CODE>checker()</CODE>
* to test <CODE>com::sun::star::form::XUpdateBroadcaster</CODE>
diff --git a/qadevOOo/tests/java/mod/_fps/FilePicker.java b/qadevOOo/tests/java/mod/_fps/FilePicker.java
index 08b8e8734255..885bef0efeee 100644
--- a/qadevOOo/tests/java/mod/_fps/FilePicker.java
+++ b/qadevOOo/tests/java/mod/_fps/FilePicker.java
@@ -74,7 +74,7 @@ public class FilePicker extends TestCase {
* <ul>
* <li> <code>'XInitialization.args'</code> for
* {@link ifc.lang._XInitialization} : argument
- * for creating dialog from teamplate. </li>
+ * for creating dialog from template. </li>
* <li> <code>'XFilePickerControlAccess.ControlID'</code> for
* {@link ifc.ui.dialogs._XFilePickerControlAccess} : here
* it is identifier of check box.</li>
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
index aefd4365b5bd..69d6a26513eb 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessiblePreviewHeaderCell.java
@@ -212,7 +212,7 @@ public class ScAccessiblePreviewHeaderCell extends TestCase {
}
if (i == 20) { // give up after 10 sec
throw new RuntimeException(
- "Couldn't get AccessibleRolte.TABLE/TABLE_CELL object");
+ "Couldn't get AccessibleRole.TABLE/TABLE_CELL object");
}
log.println("No TABLE/TABLE_CELL found yet, retrying");
}
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java b/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
index 3b6d0865696d..0f23744a759c 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellRangeObj.java
@@ -169,7 +169,7 @@ public class ScCellRangeObj extends TestCase {
XPropertySet.class, oObj);
tEnv.addObjRelation("PropSet", PropSet);
- // XSearchable: Add a cell to make a seacrchable entry
+ // XSearchable: Add a cell to make a searchable entry
try {
tEnv.addObjRelation("XSearchable.MAKEENTRYINCELL", new XCell[] {
testRange.getCellByPosition(0,0), testRange.getCellByPosition(0,1)});
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java
index bb4ee77bd8ae..7cf49d47e207 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldObj.java
@@ -97,7 +97,7 @@ public class ScHeaderFieldObj extends TestCase {
* instance of the service <code>com.sun.star.text.TextField.Time</code> and
* the instance of the service <code>com.sun.star.text.TextField.Date</code>
* Obtains the text (the interface <code>XText</code>) which is printed in
- * the left part of the header or footer and inserts in it's content
+ * the left part of the header or footer and inserts in its content
* the second created instance.
* Object relations created :
* <ul>
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
index 76de3ecdf671..945b607cde79 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
@@ -92,7 +92,7 @@ public class ScHeaderFieldsObj extends TestCase {
* using the property <code>'RightPageHeaderContent'</code>. Creates the
* instance of the service <code>com.sun.star.text.TextField.Time</code> .
* Obtains the text (the interface <code>XText</code>) which is printed in
- * the left part of the header or footer and inserts in it's content
+ * the left part of the header or footer and inserts in its content
* the created field instance. Then the tested component is obtained
* through <code>XTextFieldsSupplier</code> interface of a text.
*
diff --git a/qadevOOo/tests/java/mod/_sc/ScModelObj.java b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
index 7a17e824fe7d..0b4589ddeec9 100644
--- a/qadevOOo/tests/java/mod/_sc/ScModelObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScModelObj.java
@@ -95,7 +95,7 @@ public class ScModelObj extends TestCase {
/**
* Creating a TestEnvironment for the interfaces to be tested.
* Disposes the spreadsheet documents if they was created already.
- * Creates two spreadsheet documents. Rertieves the current controller for
+ * Creates two spreadsheet documents. Retrieves the current controller for
* each of them. Obtains the collection of spreadsheets, takes one of them
* and takes some cell from the spreadsheet. The created documents are the instances
* of the service <code>com.sun.star.sheet.SpreadsheetDocument</code>.
diff --git a/qadevOOo/tests/java/mod/_sw/SwXFootnotes.java b/qadevOOo/tests/java/mod/_sw/SwXFootnotes.java
index 5c11113d690c..d62e2097125f 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXFootnotes.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXFootnotes.java
@@ -101,7 +101,7 @@ public class SwXFootnotes extends TestCase {
oInterface = UnoRuntime.queryInterface(XFootnotesSupplier.class, xTextDoc);
oObj = oInterface.getFootnotes();
- log.println( "creating a new environment for Foontnotes object" );
+ log.println( "creating a new environment for Footnotes object" );
TestEnvironment tEnv = new TestEnvironment(oObj);
return tEnv;
}