summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-13 16:36:02 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-13 15:17:34 +0000
commitf6388e15bf95326d2a712453dc2c17b010801533 (patch)
treec9a2ded9bc496ef98aa9811a904140a64a801199 /qadevOOo
parenta667840368d0299c695c3565da06d31f6fde4c02 (diff)
java: import from the same package
Change-Id: I1bb0999783f365e20b682c3707e73c65724265c9 Reviewed-on: https://gerrit.libreoffice.org/11955 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/lib/TestCase.java1
-rw-r--r--qadevOOo/runner/util/InstCreator.java2
2 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/runner/lib/TestCase.java b/qadevOOo/runner/lib/TestCase.java
index a4895f13c4ce..ebe175d485f5 100644
--- a/qadevOOo/runner/lib/TestCase.java
+++ b/qadevOOo/runner/lib/TestCase.java
@@ -19,7 +19,6 @@
package lib;
import java.io.PrintWriter;
-import lib.TestParameters;
/**
* <code>TestCase</code> represent a factory for <code>TestEnvironment</code>s
diff --git a/qadevOOo/runner/util/InstCreator.java b/qadevOOo/runner/util/InstCreator.java
index 5259b4340558..e1eb8c86ffcf 100644
--- a/qadevOOo/runner/util/InstCreator.java
+++ b/qadevOOo/runner/util/InstCreator.java
@@ -18,8 +18,6 @@
package util;
-import util.XInstCreator;
-
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;