diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-21 08:39:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-28 16:15:42 +0200 |
commit | ff77676612d8ca7874ba0616ff1841f556f4ddb2 (patch) | |
tree | 1d0f9b8bea8d7fc583654734805019b891f4257c /qadevOOo/tests/java/ifc/beans | |
parent | 2caf5d19376f211bce78c9ecf040fa686201befc (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.java | 1 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertyWithState.java | 1 |
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; |