From 650a836d00360ffd0b0c5a97bbaf9fe5513bbf32 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 23 Jul 2019 20:39:25 +0200 Subject: Fix typos Change-Id: Iea3bd498b1c8934f37085bdf6df71b073e4a871c Reviewed-on: https://gerrit.libreoffice.org/76203 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- qadevOOo/runner/util/DesktopTools.java | 2 +- .../tests/java/ifc/form/validation/_XValidatableFormComponent.java | 2 +- qadevOOo/tests/java/ifc/frame/_XFrame.java | 4 ++-- qadevOOo/tests/java/ifc/frame/_XFrameLoader.java | 2 +- qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java | 2 +- qadevOOo/tests/java/ifc/i18n/_XTransliteration.java | 2 +- qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java | 2 +- qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java | 2 +- qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java | 2 +- qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java | 2 +- qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java index 5b82a2dc3726..1bac437a491a 100644 --- a/qadevOOo/runner/util/DesktopTools.java +++ b/qadevOOo/runner/util/DesktopTools.java @@ -150,7 +150,7 @@ public class DesktopTools } /** - * Returns the document type for the given XComponent of an document + * Returns the document type for the given XComponent of a document * @param xComponent the document to query for its type * @return possible: *

* Test is NOT multithread compliant.

* @see com.sun.star.frame.XFrame @@ -433,7 +433,7 @@ public class _XFrame extends MultiMethodTest { /** - * Test calls the method. Remembered old creater is restored at the end.

+ * Test calls the method. Remembered old creator is restored at the end.

* Has OK status if the method successfully set new value to (XFrame) * oObj object. */ diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java index b4a468b1df49..987605480ca8 100644 --- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java @@ -65,7 +65,7 @@ public class _XFrameLoader extends MultiMethodTest { private PropertyValue[] args = new PropertyValue[0] ; /** - * Implementation of load listener which geristers all its calls. + * Implementation of load listener which registers all its calls. */ protected static class TestListener implements XLoadEventListener { public boolean finished = false ; diff --git a/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java b/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java index 4c342310a4b6..5adddb1892af 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java +++ b/qadevOOo/tests/java/ifc/i18n/_XNumberFormatCode.java @@ -88,7 +88,7 @@ public class _XNumberFormatCode extends MultiMethodTest { * Test calls the method twice for each locale with two different arguments. * After every call result is checked.

* Has OK status if both times returned structure's field 'Code' - * does not equal to a empty string. + * does not equal to an empty string. */ public void _getFormatCode() { boolean res = true; diff --git a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java index 521a111d0596..d041d425dbbe 100644 --- a/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java +++ b/qadevOOo/tests/java/ifc/i18n/_XTransliteration.java @@ -273,7 +273,7 @@ public class _XTransliteration extends MultiMethodTest { /** * Test performed for sets of equal substrings, not equal - * substrings, and with out of bounds offset and length + * substrings, and without of bounds offset and length * parameters.

* * Has OK status if comparings of equal substrings diff --git a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java index 4264e68747d8..06910de2e520 100644 --- a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java +++ b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java @@ -76,7 +76,7 @@ public class _XSingleServiceFactory extends MultiMethodTest { */ public void _createInstance() { // for some objects the method should fail. - // If thi is required the property is set to true. + // If this is required the property is set to true. String negStr = (String)tEnv.getObjRelation( "XSingleServiceFactory.createInstance.negative"); boolean negative = (negStr != null && negStr.equalsIgnoreCase("true")); diff --git a/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java b/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java index 3c078eec040d..f689c6cbfdca 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java +++ b/qadevOOo/tests/java/ifc/sdb/_XResultSetAccess.java @@ -40,7 +40,7 @@ public class _XResultSetAccess extends MultiMethodTest { /** * tries to create a ResultSet for the Object
* an XResultSet is returned.
- * The test is OK if an not null ResultSet is returned + * The test is OK if a not null ResultSet is returned */ public void _createResultSet() { diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java index fea222d2cbd6..0a721b368e6e 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSetMetaDataSupplier.java @@ -40,7 +40,7 @@ public class _XResultSetMetaDataSupplier extends MultiMethodTest { /** * Tries to get the ResultSetMetaData of the Object
* an XResultSetMetaData is returned.
- * The test is OK if an not null ResultSetMetaData is returned + * The test is OK if a not null ResultSetMetaData is returned */ public void _getMetaData() { diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java index 5196024f5353..b958e0c59b7c 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java @@ -35,7 +35,7 @@ import com.sun.star.ucb.XCachedContentResultSetFactory; *