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 /chart2/qa | |
parent | e7a474b29ad87c03bdc3253cc62521b8af3a93e0 (diff) |
java: remove unused imports
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/TestCaseOldAPI.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java index 2ada16a1c3b3..be565ad38e16 100644 --- a/chart2/qa/TestCaseOldAPI.java +++ b/chart2/qa/TestCaseOldAPI.java @@ -21,11 +21,8 @@ package qa; // imports import complexlib.ComplexTestCase; -import com.sun.star.uno.XInterface; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.Type; -import com.sun.star.uno.XComponentContext; - import java.io.PrintWriter; import com.sun.star.lang.*; import com.sun.star.beans.*; |