summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XComponentLoader.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XComponentLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
index eb12935a20c6..b5efcabbe44c 100644
--- a/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
+++ b/qadevOOo/tests/java/ifc/frame/_XComponentLoader.java
@@ -58,7 +58,7 @@ public class _XComponentLoader extends MultiMethodTest {
PropertyValue [] szArgs = new PropertyValue [1];
PropertyValue Arg = new PropertyValue();
Arg.Name = "UpdateDocMode";
- Arg.Value = new Short(com.sun.star.document.UpdateDocMode.NO_UPDATE);
+ Arg.Value = Short.valueOf(com.sun.star.document.UpdateDocMode.NO_UPDATE);
szArgs[0]=Arg;
String url = util.utils.getFullTestURL("Writer_link.sxw");
log.println("try to load '" + url + "'");