diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-14 16:00:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-14 16:07:49 +0200 |
commit | ee3ebedbae54e80dfac53ed946153a6203a5331b (patch) | |
tree | 57972df3d065a77f6cf5470b21b0ef4563eb916a /sc/qa/complex | |
parent | 5ca9d3e67e14519179e52eec50aaa59689b8d432 (diff) |
java:remove unused imports
Change-Id: I9529bf81dcfcd6761485af5d66789c1a9a83eeec
Diffstat (limited to 'sc/qa/complex')
-rw-r--r-- | sc/qa/complex/sc/CalcRTL.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java index 7ca5be674671..d7a1f611d57c 100644 --- a/sc/qa/complex/sc/CalcRTL.java +++ b/sc/qa/complex/sc/CalcRTL.java @@ -35,9 +35,6 @@ import com.sun.star.sheet.XCellRangeAddressable; import com.sun.star.sheet.XSpreadsheet; import com.sun.star.sheet.XSpreadsheetDocument; import com.sun.star.sheet.XSpreadsheets; -import com.sun.star.uno.Any; -import com.sun.star.uno.AnyConverter; -import com.sun.star.uno.Type; import com.sun.star.uno.UnoRuntime; import com.sun.star.util.XCloseable; |