summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/TestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/TestCase.java')
-rw-r--r--qadevOOo/runner/lib/TestCase.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/qadevOOo/runner/lib/TestCase.java b/qadevOOo/runner/lib/TestCase.java
index c6a4e82b132a..353a1cee46d1 100644
--- a/qadevOOo/runner/lib/TestCase.java
+++ b/qadevOOo/runner/lib/TestCase.java
@@ -32,10 +32,6 @@ package lib;
import java.io.PrintWriter;
-import com.sun.star.uno.XInterface;
-
-import java.util.Hashtable;
-
import lib.TestParameters;
/**
* <code>TestCase</code> represent a factory for <code>TestEnvironment</code>s
@@ -204,4 +200,4 @@ public abstract class TestCase {
return clName.substring( clName.lastIndexOf('.') + 1 );
}
-} \ No newline at end of file
+}