diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-12 14:05:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-12-15 12:36:40 +0000 |
commit | 454ddddd9995ad7c6f865729d160814f5a9f093a (patch) | |
tree | 15b5ee999ec504002cc727284aea0882cc82b01e /unoxml | |
parent | f8fbef265329dc2e6e153d22c0a3317fdc0789e1 (diff) |
java: remove some unused fields and variables
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7
Reviewed-on: https://gerrit.libreoffice.org/13477
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/qa/complex/unoxml/DOMTest.java | 3 |
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 } |