summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/form/component/_GridControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/form/component/_GridControl.java')
-rw-r--r--qadevOOo/tests/java/ifc/form/component/_GridControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/form/component/_GridControl.java b/qadevOOo/tests/java/ifc/form/component/_GridControl.java
index aa146e043e55..04f3442eb933 100644
--- a/qadevOOo/tests/java/ifc/form/component/_GridControl.java
+++ b/qadevOOo/tests/java/ifc/form/component/_GridControl.java
@@ -58,7 +58,7 @@ public class _GridControl extends MultiPropertyTest {
testProperty("Tabstop", new PropertyTester() {
@Override
protected Object getNewValue(String prop, Object old) {
- return util.utils.isVoid(old) ? new Boolean(true) :
+ return util.utils.isVoid(old) ? Boolean.TRUE :
super.getNewValue(prop, old) ;
}
}) ;