summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_XShape.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_XShape.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_XShape.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XShape.java b/qadevOOo/tests/java/ifc/drawing/_XShape.java
index 03b3132f95aa..8f6b5d791e23 100644
--- a/qadevOOo/tests/java/ifc/drawing/_XShape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_XShape.java
@@ -132,7 +132,7 @@ public class _XShape extends MultiMethodTest {
log.println("Expected: "+sNew.Height+";"+sNew.Width);
log.println("Getting: "+gSize.Height+";"+gSize.Width);
- //errors in calculation from points/twips less then 1 are acceptable
+ //errors in calculation from points/twips less than 1 are acceptable
result &= (sNew.Height-gSize.Height <= 2) && (sNew.Width-gSize.Width <= 2);
if (result && ((sNew.Height-gSize.Height != 0) || (sNew.Width-gSize.Width != 0))){