summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java b/qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java
index 1d1bf7880bd0..7e3202eba111 100644
--- a/qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java
+++ b/qadevOOo/tests/java/ifc/awt/_UnoControlComboBoxModel.java
@@ -99,7 +99,7 @@ public class _UnoControlComboBoxModel extends MultiPropertyTest {
public void _Text() {
try {
- oObj.setPropertyValue("MaxTextLen",new Short((short)0));
+ oObj.setPropertyValue("MaxTextLen",Short.valueOf((short)0));
} catch (com.sun.star.beans.UnknownPropertyException ue) {
} catch (com.sun.star.beans.PropertyVetoException pe) {
} catch (com.sun.star.lang.IllegalArgumentException ie) {