summaryrefslogtreecommitdiff
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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
index 588242ad6a3d..a6b690d71daf 100644
--- a/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
+++ b/qadevOOo/tests/java/ifc/chart/_ChartTwoAxisYSupplier.java
@@ -69,7 +69,7 @@ public class _ChartTwoAxisYSupplier 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);