summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
index a79cb07dbbef..6734ca79cc24 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCell.java
@@ -134,7 +134,7 @@ public class ScAccessibleCell extends TestCase {
XIndexAccess oIndexAccess = UnoRuntime.queryInterface(XIndexAccess.class, oColumns);
XPropertySet column = UnoRuntime.queryInterface(
XPropertySet.class,oIndexAccess.getByIndex(1));
- column.setPropertyValue("OptimalWidth", new Boolean(true));
+ column.setPropertyValue("OptimalWidth", Boolean.TRUE);
} catch(com.sun.star.lang.WrappedTargetException e) {
log.println("Exception creating relation :");
e.printStackTrace(log);