summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_LineDiagram.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_LineDiagram.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_LineDiagram.java b/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
index f5e5436dd74a..4632bc8f9e66 100644
--- a/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
+++ b/qadevOOo/tests/java/ifc/chart/_LineDiagram.java
@@ -74,8 +74,7 @@ public class _LineDiagram extends MultiPropertyTest {
oldDiagram = doc.getDiagram();
doc.setDiagram(Line);
- oObj = (XPropertySet)
- UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() );
+ oObj = UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() );
}
/**