summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/table/_XAutoFormattable.java')
-rw-r--r--qadevOOo/tests/java/ifc/table/_XAutoFormattable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java b/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java
index 87d729bc962b..ed26a8817863 100644
--- a/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java
+++ b/qadevOOo/tests/java/ifc/table/_XAutoFormattable.java
@@ -98,7 +98,7 @@ public class _XAutoFormattable extends MultiMethodTest {
// applying style
oObj.autoFormat(name);
- // getting new cell's backround.
+ // getting new cell's background.
Integer bkgrnd2;
try {
bkgrnd2 = (Integer) PS.getPropertyValue("CellBackColor");