summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 10:36:33 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 14:17:49 +0200
commitb86ab7eb8b14b877c93be23bfc944e629e080573 (patch)
tree42b2deb908b8632a14903240b66ce6d00dcbf65b
parent17f9aa97f8753b895db30e8080481f5f6d696b82 (diff)
Fix typos
Change-Id: I263a4348774051626f57547f3fdab00a18a92f75 Reviewed-on: https://gerrit.libreoffice.org/78792 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_XShape.java2
-rw-r--r--qadevOOo/tests/java/ifc/io/_XMarkableStream.java4
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java4
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java2
-rw-r--r--qadevOOo/tests/java/mod/_invocation/uno/Invocation.java2
-rw-r--r--test/source/sheet/xsheetoutline.cxx8
10 files changed, 15 insertions, 15 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XShape.java b/qadevOOo/tests/java/ifc/drawing/_XShape.java
index 03b3132f95aa..8f6b5d791e23 100644
--- a/qadevOOo/tests/java/ifc/drawing/_XShape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_XShape.java
@@ -132,7 +132,7 @@ public class _XShape extends MultiMethodTest {
log.println("Expected: "+sNew.Height+";"+sNew.Width);
log.println("Getting: "+gSize.Height+";"+gSize.Width);
- //errors in calculation from points/twips less then 1 are acceptable
+ //errors in calculation from points/twips less than 1 are acceptable
result &= (sNew.Height-gSize.Height <= 2) && (sNew.Width-gSize.Width <= 2);
if (result && ((sNew.Height-gSize.Height != 0) || (sNew.Width-gSize.Width != 0))){
diff --git a/qadevOOo/tests/java/ifc/io/_XMarkableStream.java b/qadevOOo/tests/java/ifc/io/_XMarkableStream.java
index d4cb74ecc7b4..8c088873918b 100644
--- a/qadevOOo/tests/java/ifc/io/_XMarkableStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XMarkableStream.java
@@ -173,11 +173,11 @@ public class _XMarkableStream extends MultiMethodTest {
int offset = oObj.offsetToMark(mark);
res = offset == 0;
} catch(com.sun.star.lang.IllegalArgumentException e) {
- log.println("Couldn't get offser to mark");
+ log.println("Couldn't get offset to mark");
e.printStackTrace(log);
res = false;
} catch(com.sun.star.io.IOException e) {
- log.println("Couldn't get offser to mark");
+ log.println("Couldn't get offset to mark");
e.printStackTrace(log);
res = false;
}
diff --git a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
index 06910de2e520..da039308ce4e 100644
--- a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
* has <code>Object[]</code> type. This relation is used as
* a parameter for <code>createInstanceWithArguments</code>
* method call. If this relation doesn't exist test pass
-* zerro length array as argument. </li>
+* zero length array as argument. </li>
* <li> <code>'XSingleServiceFactory.MustSupport'</code> <b>(optional)</b>:
* of type <code>java.lang.Class[]</code>. This is an array of UNO
* interface classes which must be supported by created instance.
@@ -114,7 +114,7 @@ public class _XSingleServiceFactory extends MultiMethodTest {
/**
* Calls the method and checks the value returned. If relation
- * with method argument doesn't exist new zerro length array
+ * with method argument doesn't exist new zero length array
* is created. <p>
* Has <b>OK</b> status if non null value is returned.
* If the relation exists which specifies required interfaces
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
index b958e0c59b7c..d3174d926703 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
@@ -69,7 +69,7 @@ public class _XCachedContentResultSetFactory extends MultiMethodTest {
* of rows from result set created and its stub are retrieved
* using their static representations and comared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
- * greater then 0 (because JAR file contains at least one entry).
+ * greater than 0 (because JAR file contains at least one entry).
*/
public void _createCachedContentResultSet() {
boolean result = true ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
index bbb66d1943d8..90f3d4688a35 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
@@ -67,7 +67,7 @@ public class _XCachedContentResultSetStubFactory extends MultiMethodTest {
* of rows in cached result set created and its source set are retrieved
* and comared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
- * greater then 0 (because JAR file contains at least one entry).
+ * greater than 0 (because JAR file contains at least one entry).
*/
public void _createCachedContentResultSetStub() {
boolean result = true ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
index 814f4a9436f3..06dc4974f4cf 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
@@ -70,7 +70,7 @@ public class _XCachedDynamicResultSetFactory extends MultiMethodTest {
* of rows from result set created and its stub are retrieved
* using their static representations and comared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
- * greater then 0 (because JAR file contains at least one entry).
+ * greater than 0 (because JAR file contains at least one entry).
*/
public void _createCachedDynamicResultSet() {
boolean result = true ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index ac505faf4435..54eef94be428 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -71,7 +71,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest {
* of rows from result set stub created and its source set are retrieved
* using their static representations and compared. <p>
* Has <b>OK</b> status if numbers of rows are equal and they are
- * greater then 0 (because JAR file contains at least one entry).
+ * greater than 0 (because JAR file contains at least one entry).
*/
public void _createCachedDynamicResultSetStub() {
boolean result = true ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
index 54f49ab310ce..588a05129adb 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSortedDynamicResultSetFactory.java
@@ -64,7 +64,7 @@ public class _XSortedDynamicResultSetFactory extends MultiMethodTest {
* a dynamic result set is to be created. It is created by
* retrieving content list from JAR archive.
* Has <b>OK</b> status if numbers of rows are equal and they are
- * greater then 0 (because JAR file contains at least one entry).
+ * greater than 0 (because JAR file contains at least one entry).
*/
public void _createSortedDynamicResultSet() {
boolean result = true ;
diff --git a/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java b/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java
index 92c765920fd4..d83a2f927563 100644
--- a/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java
+++ b/qadevOOo/tests/java/mod/_invocation/uno/Invocation.java
@@ -53,7 +53,7 @@ public class Invocation extends TestCase {
* has <code>Object[]</code> type. This relation is used as
* a parameter for <code>createInstanceWithArguments</code>
* method call. If this relation doesn't exist test pass
- * zerro length array as argument. Here
+ * zero length array as argument. Here
* <code>com.sun.star.io.Pipe</code> instance is passed.</li>
* <li> <code>'XSingleServiceFactory.MustSupport'</code> :
* for interface {@link _ifc.lang.XSingleServiceFactory}.
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx
index 5467995a8721..e8d829b8d1c3 100644
--- a/test/source/sheet/xsheetoutline.cxx
+++ b/test/source/sheet/xsheetoutline.cxx
@@ -139,7 +139,7 @@ void XSheetOutline::testShowLevel()
aSheetOutline->showLevel(2, table::TableOrientation_COLUMNS);
- std::cout << " verifiy showLevel col apres" << getVisibleAdress(aSheet, "OutlineSheet.A1:Z30") << std::endl;
+ std::cout << " verify showLevel col apres" << getVisibleAdress(aSheet, "OutlineSheet.A1:Z30") << std::endl;
// verify that level 2 and level 1 are shown --> column 0..3 & column 22..26
// level 3 & 4 are hidden --> column 4..19
@@ -161,18 +161,18 @@ void XSheetOutline::testShowLevel()
aSheetOutline->showDetail(getAddressFromRangeString(rowLevel1));
aSheetOutline->showDetail(getAddressFromRangeString(rowLevel2));
- std::cout << " verifiy showLevel row avant" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl;
+ std::cout << " verify showLevel row avant" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl;
aSheetOutline->hideDetail(aLevel1);
aSheetOutline->hideDetail(aLevel2);
aSheetOutline->hideDetail(aLevel3);
aSheetOutline->hideDetail(aLevel4);
- std::cout << " verifiy showLevel row juste avant" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl;
+ std::cout << " verify showLevel row juste avant" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl;
aSheetOutline->showLevel(2, table::TableOrientation_ROWS);
- std::cout << " verifiy showLevel row apres" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl;
+ std::cout << " verify showLevel row apres" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl;
// verify rows visible 0..3 & 24..29
// verfiy rows hidden 4..23