diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-30 16:37:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-06 17:13:58 +0200 |
commit | bf4352084b991981975a24a8e61cbb3cbf3e0159 (patch) | |
tree | 0cdda83cb01e1fcfc43c63c0993286a5883d6a9f /unoxml | |
parent | 80891ead730bf1df084d84e89157e5411f3ae0bc (diff) |
Java cleanup, remove unnecessary imports
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/qa/complex/unoxml/DOMTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
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; |