summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/style/_PageProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/style/_PageProperties.java')
-rw-r--r--qadevOOo/tests/java/ifc/style/_PageProperties.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/style/_PageProperties.java b/qadevOOo/tests/java/ifc/style/_PageProperties.java
index a47e46966151..929c9ca2b893 100644
--- a/qadevOOo/tests/java/ifc/style/_PageProperties.java
+++ b/qadevOOo/tests/java/ifc/style/_PageProperties.java
@@ -89,13 +89,13 @@ public class _PageProperties extends MultiPropertyTest {
attr.Type="CDATA";
attr.Value="true";
uda.insertByName("Cellprop:has-first-alien-attribute",attr);
- String[] els = uda.getElementNames();
+ uda.getElementNames();
oObj.setPropertyValue("UserDefinedAttributes",uda);
uda = (XNameContainer) AnyConverter.toObject(
new Type(XNameContainer.class),
oObj.getPropertyValue("UserDefinedAttributes"));
- els = uda.getElementNames();
- Object obj = uda.getByName("Cellprop:has-first-alien-attribute");
+ uda.getElementNames();
+ uda.getByName("Cellprop:has-first-alien-attribute");
res = true;
} catch (com.sun.star.beans.UnknownPropertyException upe) {
log.println("Don't know the Property 'UserDefinedAttributes'");