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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XShape.java b/qadevOOo/tests/java/ifc/drawing/_XShape.java
index d0dd93675654..cff0c553e414 100644
--- a/qadevOOo/tests/java/ifc/drawing/_XShape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_XShape.java
@@ -63,7 +63,7 @@ public class _XShape extends MultiMethodTest {
log.println("get the size");
- sOld = (Size) oObj.getSize();
+ sOld = oObj.getSize();
result = true;
tRes.tested("getSize()", result);
@@ -88,7 +88,7 @@ public class _XShape extends MultiMethodTest {
}
log.println("get the position");
- pOld = (Point) oObj.getPosition();
+ pOld = oObj.getPosition();
result = true;
tRes.tested("getPosition()", result);