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>
This commit is contained in:
Andrea Gelmini
2019-09-03 18:36:57 +02:00
committed by Adolfo Jayme Barrientos
parent 238f6f42b3
commit 5bcf85f656
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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