From bf4352084b991981975a24a8e61cbb3cbf3e0159 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 30 Aug 2012 16:37:24 +0200 Subject: Java cleanup, remove unnecessary imports Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7 --- unoxml/qa/complex/unoxml/DOMTest.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'unoxml/qa') diff --git a/unoxml/qa/complex/unoxml/DOMTest.java b/unoxml/qa/complex/unoxml/DOMTest.java index 0bb388d2ed0c..91a754ff0ae6 100644 --- a/unoxml/qa/complex/unoxml/DOMTest.java +++ b/unoxml/qa/complex/unoxml/DOMTest.java @@ -29,11 +29,9 @@ import com.sun.star.io.XInputStream; import com.sun.star.xml.dom.*; import static com.sun.star.xml.dom.DOMExceptionType.*; import static com.sun.star.xml.dom.NodeType.*; -import com.sun.star.xml.dom.events.*; import com.sun.star.xml.xpath.*; import static com.sun.star.xml.xpath.XPathObjectType.*; -import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; -- cgit