summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/PageStyle.java
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-03 23:23:23 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-04 00:57:46 +0100
commit57d97807f704883b1631323da254163e187b2dc5 (patch)
tree42ed59857233f5acb8280d9518c567ba69d8a03b /qadevOOo/tests/java/mod/_sw/PageStyle.java
parentaf80ccd5b6206cfce63cf3f98781f09ed6d79f7f (diff)
i#25473: this was fixed by previous commit, so enable...
...those tests again. Also there does not appear to be a reason to exclude MAYBEVOID properties. Change-Id: Ic73adb8800aee7f65e86394cecfe13b7b24eed13
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);