summaryrefslogtreecommitdiff
path: root/unoxml/qa/complex
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/qa/complex')
-rw-r--r--unoxml/qa/complex/unoxml/DOMTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/unoxml/qa/complex/unoxml/DOMTest.java b/unoxml/qa/complex/unoxml/DOMTest.java
index 0211da376eed..4d4c9bcaa2ac 100644
--- a/unoxml/qa/complex/unoxml/DOMTest.java
+++ b/unoxml/qa/complex/unoxml/DOMTest.java
@@ -2941,9 +2941,11 @@ public class DOMTest
}
public NodeType getNodeType() { return ELEMENT_NODE; }
+ @Override
public XNamedNodeMap getAttributes() {
return new MockNodeMap(m_attributes);
}
+ @Override
public boolean hasAttributes() { return m_attributes.length != 0; }
public String getAttribute(String n) {