summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/qa/complex/unoxml/DOMTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/qa/complex/unoxml/DOMTest.java b/unoxml/qa/complex/unoxml/DOMTest.java
index e6048efb0093..6111199aca74 100644
--- a/unoxml/qa/complex/unoxml/DOMTest.java
+++ b/unoxml/qa/complex/unoxml/DOMTest.java
@@ -88,8 +88,7 @@ public class DOMTest
@Test public void testXSAXDocumentBuilder() throws Exception
{
- XSAXDocumentBuilder xSAXBuilder =
- UnoRuntime.queryInterface(XSAXDocumentBuilder.class,
+ UnoRuntime.queryInterface(XSAXDocumentBuilder.class,
m_xMSF.createInstance("com.sun.star.xml.dom.SAXDocumentBuilder"));
//FIXME TODO
}