summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-04-26 08:29:38 +0200
committerNoel Grandin <noel@peralex.com>2013-04-26 08:29:38 +0200
commit64e85a4cc8259a7d80c781e6698a8f30e7e0151d (patch)
treedde623ea1434acd3413a605553f036d8b4e35dd5 /dbaccess
parentfb39e719895689a290d3eb910bee994e5ffa2c25 (diff)
Java cleanup, remove unused imports
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/qa/complex/dbaccess/PropertyBag.java1
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 -----------------