diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-18 13:49:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-05 10:15:13 +0200 |
commit | 566f16a2fdb91b4d3b90f083e88fde6163c2a00c (patch) | |
tree | 349f2b8b3643258d352fcc7ffd98a98c6cf6a7d9 /framework | |
parent | 5c7d33ade643891e526a22aa397aeddf76464434 (diff) |
java: unnecessary imports
found by CodePro
Change-Id: If1b75e43f81d70984422e437147048a491395b66
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/dispatches/checkdispatchapi.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java index c1d0cf794508..b2342232fece 100644 --- a/framework/qa/complex/dispatches/checkdispatchapi.java +++ b/framework/qa/complex/dispatches/checkdispatchapi.java @@ -28,14 +28,8 @@ import com.sun.star.lang.XComponent; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.uno.UnoRuntime; import com.sun.star.util.XCloseable; -import complex.dispatches.Interceptor; import java.util.HashMap; - - - - -// ---------- junit imports ----------------- import org.junit.After; import org.junit.AfterClass; import org.junit.Before; |