summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java')
-rw-r--r--qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java b/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java
index 5465a9859b4c..787abf174d06 100644
--- a/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java
+++ b/qadevOOo/tests/java/mod/_fwk/UIConfigurationManager.java
@@ -86,7 +86,7 @@ public class UIConfigurationManager extends TestCase {
XSingleServiceFactory.class, o);
Object[] props = new Object[2];
props[0] = deleteCfg;
- props[1] = new Integer(ElementModes.READWRITE);
+ props[1] = Integer.valueOf(ElementModes.READWRITE);
XStorage xRootStorage = UnoRuntime.queryInterface(XStorage.class, xSSF.createInstanceWithArguments(props));
xSubStorage = xRootStorage.openStorageElement("Configurations2", ElementModes.READWRITE);