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