summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java')
-rw-r--r--qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java b/qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java
index 6c548d67506d..af8a17b46fb2 100644
--- a/qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java
+++ b/qadevOOo/tests/java/mod/_sd/SdXImpressDocument.java
@@ -147,7 +147,7 @@ public class SdXImpressDocument extends TestCase {
try {
xShapeProps.setPropertyValue("FillStyle", com.sun.star.drawing.FillStyle.SOLID);
- xShapeProps.setPropertyValue("FillTransparence", new Integer(50));
+ xShapeProps.setPropertyValue("FillTransparence", Integer.valueOf(50));
} catch (UnknownPropertyException ex) {
ex.printStackTrace(log);
throw new StatusException("Couldn't make shape transparent", ex);