diff options
author | Noel Grandin <noel@peralex.com> | 2013-04-26 08:29:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-04-26 08:29:38 +0200 |
commit | 64e85a4cc8259a7d80c781e6698a8f30e7e0151d (patch) | |
tree | dde623ea1434acd3413a605553f036d8b4e35dd5 /dbaccess/qa/complex | |
parent | fb39e719895689a290d3eb910bee994e5ffa2c25 (diff) |
Java cleanup, remove unused imports
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
Diffstat (limited to 'dbaccess/qa/complex')
-rw-r--r-- | dbaccess/qa/complex/dbaccess/PropertyBag.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/qa/complex/dbaccess/PropertyBag.java b/dbaccess/qa/complex/dbaccess/PropertyBag.java index 83bbee891d6c..608cd1d9916d 100644 --- a/dbaccess/qa/complex/dbaccess/PropertyBag.java +++ b/dbaccess/qa/complex/dbaccess/PropertyBag.java @@ -28,7 +28,6 @@ import com.sun.star.beans.XPropertyAccess; import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertyContainer; import com.sun.star.uno.UnoRuntime; -import com.sun.star.uno.XInterface; import com.sun.star.lang.XMultiServiceFactory; // ---------- junit imports ----------------- |