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>
This commit is contained in:
committed by
Adolfo Jayme Barrientos
parent
238f6f42b3
commit
5bcf85f656
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user