From 454ddddd9995ad7c6f865729d160814f5a9f093a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 12 Dec 2014 14:05:04 +0200 Subject: java: remove some unused fields and variables Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- unoxml/qa/complex/unoxml/DOMTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'unoxml/qa') 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 } -- cgit