summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java b/qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java
index 750c307e09b3..d338126d7f79 100644
--- a/qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java
+++ b/qadevOOo/tests/java/ifc/drawing/_ConnectorShape.java
@@ -35,6 +35,7 @@ import com.sun.star.drawing.XShape;
public class _ConnectorShape extends MultiPropertyTest {
public XShape[] conShapes = null;
+ @Override
protected void before() {
conShapes = (XShape[]) tEnv.getObjRelation("XConnectorShape.Shapes");
}