summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScTableSheetObj.java')
-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)");