diff options
author | Robert Antoni Buj i Gelonch <robert.buj@gmail.com> | 2014-10-08 22:24:19 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-10-08 20:28:28 +0000 |
commit | c2b5affc135a3dd202b8d9ca3a4317a1d05203cd (patch) | |
tree | 8cc1f9c5d77ecd78d0e0ff5244537f898cb6a40f /jurt | |
parent | 9769a69f49c77599053ab8f15b149506af555134 (diff) |
jurt: remove unused import
Change-Id: I597dac3cae7eafef75982789ab1b0d3d8d6999d2
Reviewed-on: https://gerrit.libreoffice.org/11863
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java b/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java index 8a42b4a8e831..c226e3a4068a 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java @@ -31,7 +31,6 @@ import java.io.ByteArrayOutputStream; import java.io.DataOutput; import java.io.DataOutputStream; import java.io.IOException; -import java.io.UnsupportedEncodingException; import java.lang.reflect.Array; import java.lang.reflect.InvocationTargetException; |