summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java
index f57ccc97374e..b67ed2d5a324 100644
--- a/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java
+++ b/qadevOOo/tests/java/ifc/ui/_XUIConfigurationManager.java
@@ -300,7 +300,7 @@ public class _XUIConfigurationManager extends MultiMethodTest {
prop[1].Value = sLabelName;
prop[2] = new PropertyValue();
prop[2].Name = "Type";
- prop[2].Value = new Short((short)0);
+ prop[2].Value = Short.valueOf((short)0);
prop[3] = new PropertyValue();
prop[3].Name = "ItemDescriptorContainer";
@@ -337,7 +337,7 @@ public class _XUIConfigurationManager extends MultiMethodTest {
aMenuItem[1].Value = sLabelName;
aMenuItem[2] = new PropertyValue();
aMenuItem[2].Name = "Type";
- aMenuItem[2].Value = new Short((short)0);
+ aMenuItem[2].Value = Short.valueOf((short)0);
try {
xDescriptionContainer.insertByIndex(0, aMenuItem);