diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 20:39:25 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-23 22:19:26 +0200 |
commit | 650a836d00360ffd0b0c5a97bbaf9fe5513bbf32 (patch) | |
tree | 30048bda6fb27e7f51efa72eb33414b24edfc807 /qadevOOo | |
parent | 3782a36382af0609aed73caa8334b6f1c55dc93c (diff) |
Fix typos
Change-Id: Iea3bd498b1c8934f37085bdf6df71b073e4a871c
Reviewed-on: https://gerrit.libreoffice.org/76203
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'qadevOOo')
11 files changed, 12 insertions, 12 deletions
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: * <ul> diff --git a/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java b/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java index ebc0d985a8e1..cb1dd831a5c9 100644 --- a/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java +++ b/qadevOOo/tests/java/ifc/form/validation/_XValidatableFormComponent.java @@ -190,7 +190,7 @@ public class _XValidatableFormComponent extends MultiMethodTest String bound = sb.toString(); // endfor - //get a array of bound properties + //get an array of bound properties if (bound.equals("")) { bound = "none"; diff --git a/qadevOOo/tests/java/ifc/frame/_XFrame.java b/qadevOOo/tests/java/ifc/frame/_XFrame.java index c2e3e815ea0c..9536cdb2b6c1 100644 --- a/qadevOOo/tests/java/ifc/frame/_XFrame.java +++ b/qadevOOo/tests/java/ifc/frame/_XFrame.java @@ -60,7 +60,7 @@ import lib.TestEnvironment; * to find other frame than itself.</li> * * <li> <code>'Desktop'</code> (of type <code>Object</code>): -* if exsists, then desktop component is tested</li> +* if exists, then desktop component is tested</li> * </ul> <p> * Test is <b> NOT </b> multithread compliant. <p> * @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. <p> + * Test calls the method. Remembered old creator is restored at the end. <p> * Has <b> OK </b> 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.<p> * Has <b> OK </b> 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.<p> * * Has <b>OK</b> 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</br> * an XResultSet is returned.</br> - * 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</br> * an XResultSetMetaData is returned.</br> - * 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; * <ul> * <li> <code>'CachedContentResultSetStub'</code> (of type * <code>com.sun.star.sdbc.XResultSet</code>): -* this must be an imlementation of <code> +* this must be an implementation of <code> * com.sun.star.ucb.CachedContentResultSetStub</code> service.</li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java index f8204fe23583..bbb66d1943d8 100644 --- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java +++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java @@ -35,7 +35,7 @@ import com.sun.star.ucb.XCachedContentResultSetStubFactory; * <ul> * <li> <code>'ContentResultSet'</code> (of type * <code>com.sun.star.sdbc.XResultSet</code>): -* this must be an imlementation of <code> +* this must be an implementation of <code> * com.sun.star.ucb.ContentResultSet</code> service.</li> * <ul> <p> * Test is <b> NOT </b> multithread compliant. <p> |