diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 11:32:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:17 +0200 |
commit | 2d700944b50dc9bcf030732cf1221426f55b3dd6 (patch) | |
tree | bce9203768ce46b86ff0364bf7ab92b6897913e8 /ucb | |
parent | e7a474b29ad87c03bdc3253cc62521b8af3a93e0 (diff) |
java: remove unused imports
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/qa/complex/tdoc/_XComponent.java | 1 | ||||
-rw-r--r-- | ucb/qa/complex/ucb/UCB.java | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ucb/qa/complex/tdoc/_XComponent.java b/ucb/qa/complex/tdoc/_XComponent.java index 430dc17be707..b51f3dadbc5c 100644 --- a/ucb/qa/complex/tdoc/_XComponent.java +++ b/ucb/qa/complex/tdoc/_XComponent.java @@ -18,7 +18,6 @@ package complex.tdoc; -import com.sun.star.container.XNameContainer; import com.sun.star.lang.EventObject; import com.sun.star.lang.XComponent; import com.sun.star.lang.XEventListener; diff --git a/ucb/qa/complex/ucb/UCB.java b/ucb/qa/complex/ucb/UCB.java index df6ea2d1723f..a00916ab5321 100644 --- a/ucb/qa/complex/ucb/UCB.java +++ b/ucb/qa/complex/ucb/UCB.java @@ -18,11 +18,7 @@ package complex.ucb; -import java.util.List; -import java.util.ArrayList; - import com.sun.star.beans.Property; -import com.sun.star.sdbc.XResultSet; import com.sun.star.sdbc.XRow; import com.sun.star.ucb.*; import com.sun.star.uno.UnoRuntime; |