summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-09 10:06:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-09 11:10:27 +0200
commitf0fd4574fff6c91dd6fe53a5dbe1ed2509b616e4 (patch)
tree8df2c59e10bf59aade05d84386a1348dc0e1ecba /qadevOOo
parentc307c34a295fbbaf0af91a17440b045133981cc8 (diff)
Typo *ropertie -> *roperty
Change-Id: Id5ae03140ac4fd67bf4940569ac5cd2f15716749 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123306 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/style/_ParagraphProperties.java2
-rw-r--r--qadevOOo/tests/java/ifc/text/_NumberingLevel.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java b/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
index 197925994cb8..aa3b173f5225 100644
--- a/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
+++ b/qadevOOo/tests/java/ifc/style/_ParagraphProperties.java
@@ -350,7 +350,7 @@ public class _ParagraphProperties extends MultiPropertyTest {
_NumberingLevel numb = new _NumberingLevel((LogWriter)log, tParam, propertyValues);
- boolean result = numb.testPropertieArray();
+ boolean result = numb.testPropertyArray();
tRes.tested("NumberingRules", result);
}
diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index 27e59aabd954..0ef72a656985 100644
--- a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
+++ b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
@@ -111,7 +111,7 @@ public class _NumberingLevel {
* are missing the return value is FALSE, else TRUE
* @return returns TRUE if PropertyValue[] is complete, else FALSE
*/
- public boolean testPropertieArray(){
+ public boolean testPropertyArray(){
boolean status = true;
try{