summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms/ONumericControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/ONumericControl.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/ONumericControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/ONumericControl.java b/qadevOOo/tests/java/mod/_forms/ONumericControl.java
index b9027df9f091..b6c4b4363504 100644
--- a/qadevOOo/tests/java/mod/_forms/ONumericControl.java
+++ b/qadevOOo/tests/java/mod/_forms/ONumericControl.java
@@ -230,7 +230,7 @@ public class ONumericControl extends TestCase {
textComp.addTextListener(listener);
tEnv.addObjRelation("TestTextListener", listener);
- tEnv.addObjRelation("XTextComponent.onlyNumbers", new Boolean(true));
+ tEnv.addObjRelation("XTextComponent.onlyNumbers", Boolean.TRUE);
return tEnv;
} // finish method getTestEnvironment