summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/PageStyle.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/PageStyle.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/PageStyle.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/PageStyle.java b/qadevOOo/tests/java/mod/_sw/PageStyle.java
index 9d41a288b57e..2955e03500e0 100644
--- a/qadevOOo/tests/java/mod/_sw/PageStyle.java
+++ b/qadevOOo/tests/java/mod/_sw/PageStyle.java
@@ -176,7 +176,7 @@ public class PageStyle extends TestCase {
tEnv.addObjRelation("FollowStyle", "Envelope");
XPropertySet xStyleProp = UnoRuntime.queryInterface(XPropertySet.class, oMyStyle);
- short exclude = PropertyAttribute.MAYBEVOID + PropertyAttribute.READONLY;
+ short exclude = PropertyAttribute.READONLY;
String[] names = utils.getFilteredPropertyNames(xStyleProp, (short)0, exclude);
tEnv.addObjRelation("PropertyNames", names);