summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/view/_XPrintable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/view/_XPrintable.java')
-rw-r--r--qadevOOo/tests/java/ifc/view/_XPrintable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XPrintable.java b/qadevOOo/tests/java/ifc/view/_XPrintable.java
index cc00ae30940d..21e470fef18c 100644
--- a/qadevOOo/tests/java/ifc/view/_XPrintable.java
+++ b/qadevOOo/tests/java/ifc/view/_XPrintable.java
@@ -152,7 +152,7 @@ public class _XPrintable extends MultiMethodTest {
PrintOptions[0] = firstProp;
PrintOptions[1] = new PropertyValue();
PrintOptions[1].Name = "Wait";
- PrintOptions[1].Value = new Boolean(true);
+ PrintOptions[1].Value = Boolean.TRUE;
oObj.print(PrintOptions);
}
catch (com.sun.star.lang.IllegalArgumentException ex) {