diff options
author | Noel Grandin <noel@peralex.com> | 2013-04-26 08:29:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-04-26 08:29:38 +0200 |
commit | 64e85a4cc8259a7d80c781e6698a8f30e7e0151d (patch) | |
tree | dde623ea1434acd3413a605553f036d8b4e35dd5 /sw/qa | |
parent | fb39e719895689a290d3eb910bee994e5ffa2c25 (diff) |
Java cleanup, remove unused imports
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/complex/writer/CheckIndex.java | 7 | ||||
-rw-r--r-- | sw/qa/complex/writer/VarFields.java | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sw/qa/complex/writer/CheckIndex.java b/sw/qa/complex/writer/CheckIndex.java index 327944fed661..641b01244b82 100644 --- a/sw/qa/complex/writer/CheckIndex.java +++ b/sw/qa/complex/writer/CheckIndex.java @@ -14,7 +14,6 @@ import com.sun.star.uno.XComponentContext; import com.sun.star.lang.EventObject; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.beans.XPropertySet; -import com.sun.star.util.XCloseable; import com.sun.star.util.XRefreshable; import com.sun.star.util.XRefreshListener; import com.sun.star.text.ControlCharacter; @@ -23,9 +22,6 @@ import com.sun.star.text.XParagraphCursor; import com.sun.star.text.XText; import com.sun.star.text.XTextContent; import com.sun.star.text.XTextDocument; -import com.sun.star.text.XTextRange; -import com.sun.star.text.XTextCursor; - import org.openoffice.test.OfficeConnection; import org.junit.After; @@ -35,9 +31,6 @@ import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.*; -import java.util.Set; -import java.util.HashSet; - public class CheckIndex { diff --git a/sw/qa/complex/writer/VarFields.java b/sw/qa/complex/writer/VarFields.java index c69ee8578af1..5db8f7894b85 100644 --- a/sw/qa/complex/writer/VarFields.java +++ b/sw/qa/complex/writer/VarFields.java @@ -13,7 +13,6 @@ import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XComponentContext; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XComponent; -import com.sun.star.lang.XServiceInfo; import com.sun.star.beans.XPropertySet; import com.sun.star.beans.PropertyValue; import com.sun.star.container.XEnumeration; @@ -21,22 +20,18 @@ import com.sun.star.container.XEnumerationAccess; import com.sun.star.container.XNameAccess; import com.sun.star.container.XIndexAccess; import com.sun.star.frame.XStorable; -import com.sun.star.util.XCloseable; import com.sun.star.util.XRefreshable; import com.sun.star.text.XText; import com.sun.star.text.XTextContent; import com.sun.star.text.XTextDocument; -import com.sun.star.text.XTextField; import com.sun.star.text.XTextFieldsSupplier; import com.sun.star.text.XTextSectionsSupplier; -import com.sun.star.text.XTextRange; import com.sun.star.text.XTextCursor; import com.sun.star.text.XTextSection; import com.sun.star.text.XParagraphCursor; import com.sun.star.text.ControlCharacter; import com.sun.star.text.XDependentTextField; import org.openoffice.test.OfficeConnection; -import com.sun.star.text.XWordCursor; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; @@ -44,8 +39,6 @@ import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.*; -import java.util.Set; -import java.util.HashSet; import java.io.File; import java.net.URI; |