summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:50:46 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:52:13 +0000
commit8e4388f6dcd12173a2f354332fdfb758eb612393 (patch)
treeacfad29ea01599f459b08a09fa6229626aef67ba /qadevOOo
parent7319f5faccc74dd1a0662c803a2c1428f7b7446e (diff)
Fix typos
Change-Id: I42c0ab2012553e11f8c1372103488ba1d291d5a9 Reviewed-on: https://gerrit.libreoffice.org/18965 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java2
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java4
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java2
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java4
-rw-r--r--qadevOOo/tests/java/ifc/view/_XPrintable.java2
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java2
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/GenericModelTest.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScTabViewObj.java4
-rw-r--r--qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java4
-rw-r--r--qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java4
14 files changed, 19 insertions, 19 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java b/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java
index a852daf67fbd..ee5fbcc68467 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetCellRangeContainer.java
@@ -165,7 +165,7 @@ public class _XSheetCellRangeContainer extends MultiMethodTest {
}
/**
- * All ranges are remover from contaier.
+ * All ranges are remover from container.
*
* Has <b> OK </b> status if there are no more ranges in the container.
*/
diff --git a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java
index 7204ca3ab06a..84cdd224904a 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XSheetFilterableEx.java
@@ -27,7 +27,7 @@ import com.sun.star.uno.UnoRuntime;
/**
- * Inteface test for XSheetFilterableEx
+ * Interface test for XSheetFilterableEx
*
* methods:
*
@@ -87,4 +87,4 @@ public class _XSheetFilterableEx extends MultiMethodTest {
return res;
}
-} \ No newline at end of file
+}
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index 72bc0250523b..a67779424609 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -100,7 +100,7 @@ public class _XCommandProcessor extends MultiMethodTest {
/**
* First executes 'geCommandInfo' command and examines returned
- * command info information. Second tries to execute inproper
+ * command info information. Second tries to execute improper
* command. <p>
* Has <b> OK </b> status if in the first case returned information
* contains info about 'getCommandInfo' command and in the second
diff --git a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
index abf5b541efbc..2a4d1a25b543 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
@@ -71,7 +71,7 @@ public class _XRemoteContentProviderAcceptor extends MultiMethodTest {
*
* The following method tests are to be completed successfully before :
* <ul>
- * <li> <code> addRemoteContentProvider() </code> : rovider must
+ * <li> <code> addRemoteContentProvider() </code> : provider must
* be added first </li>
* </ul>
*/
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
index 69776dedf646..9a9905f57025 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerControlAccess.java
@@ -144,9 +144,9 @@ public class _XFilePickerControlAccess extends MultiMethodTest {
/**
* Changes the label gotten by <code>getLabel</code> method,
* set this label and then check if it was properly set. <p>
- * Has <b>OK</b> status if <code>getLael</code> method returns
+ * Has <b>OK</b> status if <code>getLabel</code> method returns
* the same value which was set. <p>
- * The following method tests are to be completed successfully before :
+ * The following method tests are to be completed successfully before:
* <ul>
* <li> <code> getLabel </code> </li>
* </ul>
diff --git a/qadevOOo/tests/java/ifc/view/_XPrintable.java b/qadevOOo/tests/java/ifc/view/_XPrintable.java
index 21e470fef18c..52b0357e5684 100644
--- a/qadevOOo/tests/java/ifc/view/_XPrintable.java
+++ b/qadevOOo/tests/java/ifc/view/_XPrintable.java
@@ -61,7 +61,7 @@ public class _XPrintable extends MultiMethodTest {
* printer configuration and sets changed value as a new printer.<p>
*
* Has <b> OK </b> status if the <code>getPrinter</code> method
- * retursn printer with changed property. <p>
+ * returns printer with changed property. <p>
*
* The following method tests are to be completed successfully before :
* <ul>
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java b/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
index 4ccff483f817..321d2901950b 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ODatasourceBrowser.java
@@ -290,7 +290,7 @@ public class ODatasourceBrowser extends TestCase {
tEnv.addObjRelation("HasViewData", Boolean.FALSE);
- // Addig relation for XDispatchProvider
+ //Adding relation for XDispatchProvider
tEnv.addObjRelation("XDispatchProvider.URL",
".uno:DataSourceBrowser/FormLetter");
diff --git a/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java b/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java
index 7736cdbbb11e..e5274bc9ca10 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/OQueryDesign.java
@@ -195,7 +195,7 @@ public class OQueryDesign extends TestCase {
XDocumentDataSource xDDS = UnoRuntime.queryInterface(XDocumentDataSource.class, oDataSource);
XModel xMod = UnoRuntime.queryInterface(XModel.class, xDDS.getDatabaseDocument ());
- // get an intaces of QueryDesign
+ // get an instance of QueryDesign
Object oQueryDesign = xMSF.createInstance("com.sun.star.sdb.QueryDesign");
XController xCont = UnoRuntime.queryInterface(XController.class, oQueryDesign);
diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
index 850f54146fbf..f6797763ebd5 100644
--- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
+++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
@@ -210,7 +210,7 @@ public class GenericModelTest extends TestCase {
/**
* Creates Writer document where controls are placed.
- * @param tParam the test paremter
+ * @param tParam the test parameter
* @param log the log writer
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
index 32df044428cc..d9c369bab452 100644
--- a/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScCellCursorObj.java
@@ -135,7 +135,7 @@ public class ScCellCursorObj extends TestCase {
* <li> <code>'SHEET'</code> for
* {@link ifc.table._XCellCursor},
* {@link ifc.sheet._XArrayFormulaRange} (the spreadsheet that was
- * retieved from collection)</li>
+ * retrieved from collection)</li>
* </ul>
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
index df6f1ef26e1c..76de3ecdf671 100644
--- a/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScHeaderFieldsObj.java
@@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface;
/**
* Test for object which is represented by collection of
- * text fields conained in the text of a page header. <p>
+ * text fields contained in the text of a page header. <p>
*
* Object implements the following interfaces :
* <ul>
diff --git a/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java b/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
index 904854765cc1..74c78e19ff3a 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTabViewObj.java
@@ -111,9 +111,9 @@ public class ScTabViewObj extends TestCase {
util.DesktopTools.closeDoc(oComp2);
}
- /**
+ /*
* Creating a TestEnvironment for the interfaces to be tested.
- * Retieves the current controller of the spreadsheet document using the
+ * Retrives 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/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java
index 6a669296a91c..f676430ddcfe 100644
--- a/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java
+++ b/qadevOOo/tests/java/mod/_sw/XMLStylesExporter.java
@@ -83,7 +83,7 @@ public class XMLStylesExporter extends TestCase {
util.DesktopTools.closeDoc(xTextDoc);
}
- /**
+ /*
* Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* <code>com.sun.star.comp.Calc.XMLStylesExporter</code> with
@@ -120,7 +120,7 @@ public class XMLStylesExporter extends TestCase {
(XExporter.class,oObj);
xEx.setSourceDocument(xTextDoc);
- // Cheching Head Tag existence and that property has changed
+ // Checking Head Tag existence and that property has changed
filter.addTag(new XMLTools.Tag ("office:document-styles"));
filter.addTag(new XMLTools.Tag ("text:footnotes-configuration",
"style:num-prefix","New Property")) ;
diff --git a/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java b/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java
index da6faa32e029..8c737225a85e 100644
--- a/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java
+++ b/qadevOOo/tests/java/mod/_toolkit/AccessibleCheckBox.java
@@ -45,7 +45,7 @@ import util.SOfficeFactory;
import util.utils;
/**
- * Test for object which is represented by accessible compoent of check box in
+ * Test for object which is represented by accessible component of check box in
* 'InsertTable' dialog.
* <p>
*
@@ -204,4 +204,4 @@ public class AccessibleCheckBox extends TestCase {
}
}
-} \ No newline at end of file
+}