summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java')
-rw-r--r--qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
index 9cbcd9ed0d0e..fcd260994435 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisXSupplier.java
@@ -69,7 +69,7 @@ public class _ChartTwoAxisXSupplier extends MultiPropertyTest {
log.println("Set it to 3D");
oObj = UnoRuntime.queryInterface( XPropertySet.class, doc.getDiagram() );
try {
- oObj.setPropertyValue("Dim3D", new Boolean(true));
+ oObj.setPropertyValue("Dim3D", Boolean.TRUE);
} catch(com.sun.star.lang.WrappedTargetException e) {
log.println("Exception while set property value");
e.printStackTrace(log);