summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
index 50cef10c98cd..1333c6011b89 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
@@ -66,8 +66,7 @@ public class _ChartTwoAxisYSupplier extends MultiPropertyTest {
doc.setDiagram(bar);
log.println("Set it to 3D");
- oObj = (XPropertySet)
- UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() );
+ oObj = UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() );
try {
oObj.setPropertyValue("Dim3D", new Boolean(true));
} catch(com.sun.star.lang.WrappedTargetException e) {