summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-07-10 15:33:16 +0200
committerjan iversen <jani@documentfoundation.org>2016-07-11 05:49:27 +0000
commita4d40892b78070c9e54e0c8a30ed20d3395e68cd (patch)
tree9e8ce487265138fbc61f391c83da8ee65b683f1e /qadevOOo/tests/java/mod
parent54f83fee8451928b7078c0f9c96ec4187309bc00 (diff)
Fix typos
Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689 Reviewed-on: https://gerrit.libreoffice.org/27088 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'qadevOOo/tests/java/mod')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
index 206d0e70b6b3..0c9192e51df5 100644
--- a/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
+++ b/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
@@ -196,7 +196,7 @@ public class ScTableSheetObj extends TestCase {
oSheet.getCellByPosition(1, 4).setValue(10);
oSheet.getCellByPosition(2, 0).setValue(-5.15);
oSheet.getCellByPosition(8, 8).setFormula("= B5 + C1");
- // fill cells for XSheetOtline::autoutline
+ // fill cells for XSheetOtline::autooutline
oSheet.getCellByPosition(6, 6).setValue(3);
oSheet.getCellByPosition(7, 6).setValue(3);
oSheet.getCellByPosition(8, 6).setFormula("= SUM(G7:H7)");