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