summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java')
-rw-r--r--qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
index 42c56abc0ece..88c40b885d74 100644
--- a/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
+++ b/qadevOOo/tests/java/mod/_svx/AccessiblePresentationShape.java
@@ -99,7 +99,7 @@ public class AccessiblePresentationShape extends TestCase {
try {
shapeProps.setPropertyValue(
- "IsEmptyPresentationObject", new Boolean(false));
+ "IsEmptyPresentationObject", Boolean.FALSE);
} catch (Exception e) {}
new AccessibilityTools();