summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
index 5981efc85727..d2d09ca20d66 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCollection.java
@@ -106,7 +106,7 @@ public class SvxShapeCollection extends TestCase {
SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
Object col = ((XMultiServiceFactory)tParam.getMSF()).createInstance
("com.sun.star.drawing.ShapeCollection");
- XShapes shapes = (XShapes) UnoRuntime.queryInterface
+ XShapes shapes = UnoRuntime.queryInterface
(XShapes.class,col);
oShape = SOF.createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse");