diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-09 11:00:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-09 13:10:45 +0200 |
commit | 12d343b0cb0387a42646c971f6d8084b9c76874d (patch) | |
tree | 18b4122700387cc27c9a70da1b39e8f7c9687da1 /ucb/qa | |
parent | 26b4f5be815bc7c77deb3d38d23b51c9dea9fcd1 (diff) |
java:remove unused imports
Change-Id: I47be43c4ac50ee3938dc09d0206132fa7452017c
Diffstat (limited to 'ucb/qa')
-rw-r--r-- | ucb/qa/complex/tdoc/_XCommandProcessor.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/qa/complex/tdoc/_XCommandProcessor.java b/ucb/qa/complex/tdoc/_XCommandProcessor.java index d9425dcd9d54..163e2b26467d 100644 --- a/ucb/qa/complex/tdoc/_XCommandProcessor.java +++ b/ucb/qa/complex/tdoc/_XCommandProcessor.java @@ -20,8 +20,6 @@ package complex.tdoc; import com.sun.star.beans.Property; import com.sun.star.beans.XPropertySetInfo; -import lib.StatusException; - import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.ucb.Command; import com.sun.star.ucb.CommandAbortedException; |