summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-03 18:36:57 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2019-09-03 21:46:30 +0200
commit5bcf85f6569b37461aa542387b70d422b36b627c (patch)
treed574142606739df6355e4c28ad3f141241ef2fa5 /qadevOOo
parent238f6f42b381198e14f6d17649d8465425c7450f (diff)
Fix typo
Change-Id: I63b774a1c8f64c2f736202ed73acfe2fe2718591 Reviewed-on: https://gerrit.libreoffice.org/78572 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLContentExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLExporter.java2
-rw-r--r--qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
index 0d29876246c6..098866ff058d 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLContentExporter.java
@@ -130,7 +130,7 @@ public class XMLContentExporter extends TestCase {
XCell xCell = xSheet.getCellByPosition(0, 0);
xCell.setFormula(CELL_TEXT);
- log.println("fill sheet 1 with contnet...");
+ log.println("fill sheet 1 with content...");
util.CalcTools.fillCalcSheetWithContent(xSheetDoc, 1, 1, 1, 5, 5);
// adding tags which must be contained in XML output
diff --git a/qadevOOo/tests/java/mod/_sc/XMLExporter.java b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
index bddb0701d6ba..c9edb37ab54e 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLExporter.java
@@ -129,7 +129,7 @@ public class XMLExporter extends TestCase {
XNamed xSheetNamed = UnoRuntime.queryInterface(XNamed.class, xSheet);
xSheetNamed.setName(SHEET_NAME);
- log.println("fill sheet with contnet...");
+ log.println("fill sheet with content...");
util.CalcTools.fillCalcSheetWithContent(xSheet, 3, 3, 50, 50);
// adding tags which must be contained in XML output
diff --git a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java
index 7ebdca4b7e5f..0f49662c1cbd 100644
--- a/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java
+++ b/qadevOOo/tests/java/mod/_sc/XMLMetaExporter.java
@@ -133,7 +133,7 @@ public class XMLMetaExporter extends TestCase {
final XDocumentProperties xDocProps = xPropSup.getDocumentProperties();
xDocProps.setTitle("TestDocument");
- log.println("fill sheet 1 with contnet...");
+ log.println("fill sheet 1 with content...");
util.CalcTools.fillCalcSheetWithContent(xSheetDoc,1, 3, 3, 50, 50);
// create testobject here