diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-06 14:23:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-06 14:28:41 +0200 |
commit | 5f42a268c30c1feccc13fd0a08ac2f0ed54fdbac (patch) | |
tree | 82fb34a5fc20ca784490655896967ffd0c996260 /framework/qa | |
parent | 94e6d9d0667781fc733bd18d7cf2b81d4a5366cb (diff) |
remove unused imports in java code
Change-Id: I95041f49dd22ba9a15da3598b04a010eecf761a8
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/XTitle/CheckXTitle.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qa/complex/XTitle/CheckXTitle.java b/framework/qa/complex/XTitle/CheckXTitle.java index e798732730bd..7fa28a8817d3 100644 --- a/framework/qa/complex/XTitle/CheckXTitle.java +++ b/framework/qa/complex/XTitle/CheckXTitle.java @@ -22,7 +22,6 @@ import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import static org.junit.Assert.fail; -import helper.URLHelper; import util.utils; import org.junit.After; @@ -31,22 +30,17 @@ import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.openoffice.test.OfficeConnection; -import org.openoffice.test.OfficeFileUrl; - import com.sun.star.beans.PropertyValue; import com.sun.star.frame.Desktop; -import com.sun.star.frame.FrameSearchFlag; import com.sun.star.frame.XComponentLoader; import com.sun.star.frame.XFrame2; import com.sun.star.frame.XModel; import com.sun.star.frame.XTitle; import com.sun.star.frame.XController; -import com.sun.star.frame.XStorable; import com.sun.star.lang.XComponent; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.uno.UnoRuntime; import com.sun.star.util.URLTransformer; -import com.sun.star.util.XCloseable; import com.sun.star.util.XURLTransformer; import com.sun.star.util.URL; import com.sun.star.frame.XDispatchProvider; |