summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/AccWall.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/AccWall.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/AccWall.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/AccWall.java b/qadevOOo/tests/java/mod/_sch/AccWall.java
index c620e1c470b3..4fa43d17b91f 100644
--- a/qadevOOo/tests/java/mod/_sch/AccWall.java
+++ b/qadevOOo/tests/java/mod/_sch/AccWall.java
@@ -61,7 +61,7 @@ public class AccWall extends TestCase {
log.println("Change Diagram to 3D");
XPropertySet ChartProps = UnoRuntime.queryInterface( XPropertySet.class, xChartDoc.getDiagram() );
try {
- ChartProps.setPropertyValue("Dim3D", new Boolean(true));
+ ChartProps.setPropertyValue("Dim3D", Boolean.TRUE);
} catch(com.sun.star.lang.WrappedTargetException e) {
log.println("Couldn't change Diagram to 3D");
e.printStackTrace(log);