summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
index e2a3018d573e..97a5cd03c56c 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapePolyPolygon.java
@@ -183,8 +183,6 @@ public class SvxShapePolyPolygon extends TestCase {
try {
// adding some shapes for testing.
- //SOfficeFactory SOF = SOfficeFactory.getFactory( (XMultiServiceFactory)tParam.getMSF());
- //oShape = SOF.createShape(xDrawDoc,6000,6000,5000,5000,"PolyPolygon");
XMultiServiceFactory xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, xDrawDoc) ;
XInterface oInst = (XInterface) xMSF.createInstance
("com.sun.star.drawing.PolyPolygonShape") ;