summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java')
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
index 5a50e3cf769a..22769601cc5f 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Impress/XMLSettingsExporter.java
@@ -135,7 +135,7 @@ public class XMLSettingsExporter extends TestCase {
NewDataValue = ! ((Boolean) xPropSet.getPropertyValue
("IsLayerMode")).booleanValue();
xPropSet.setPropertyValue("IsLayerMode",
- new Boolean (NewDataValue));
+ Boolean.valueOf(NewDataValue));
} catch (com.sun.star.uno.Exception e) {