summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java b/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
index d49fdb62cca1..93d2063d5ea6 100644
--- a/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
+++ b/qadevOOo/tests/java/ifc/awt/_UnoControlButtonModel.java
@@ -107,7 +107,7 @@ public class _UnoControlButtonModel extends MultiPropertyTest {
public void _PushButtonType() {
log.println("Testing with custom Property tester") ;
testProperty("PushButtonType",
- new Short((short)0), new Short((short)1));
+ Short.valueOf((short)0), Short.valueOf((short)1));
}