summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/beans
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-21 08:39:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-28 16:15:42 +0200
commitff77676612d8ca7874ba0616ff1841f556f4ddb2 (patch)
tree1d0f9b8bea8d7fc583654734805019b891f4257c /qadevOOo/tests/java/ifc/beans
parent2caf5d19376f211bce78c9ecf040fa686201befc (diff)
Java cleanup - remove unused imports
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java1
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XPropertyWithState.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
index ce6f1dce666e..54fe4ea46b41 100644
--- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java
@@ -18,7 +18,6 @@
package ifc.beans;
-import java.io.PrintWriter;
import java.util.HashSet;
import java.util.Set;
import java.util.StringTokenizer;
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyWithState.java b/qadevOOo/tests/java/ifc/beans/_XPropertyWithState.java
index f12d84abdc2a..f7cf1114fdf9 100644
--- a/qadevOOo/tests/java/ifc/beans/_XPropertyWithState.java
+++ b/qadevOOo/tests/java/ifc/beans/_XPropertyWithState.java
@@ -19,7 +19,6 @@
package ifc.beans;
import com.sun.star.beans.PropertyState;
-import com.sun.star.uno.XInterface;
import lib.MultiMethodTest;
import com.sun.star.beans.XPropertyWithState;