diff options
author | Robert Antoni Buj i Gelonch <robert.buj@gmail.com> | 2014-10-16 12:41:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-10-18 08:12:51 +0000 |
commit | eb6c538424b2d44f24cbd029c17afbdf19eaf11d (patch) | |
tree | e70349e263e3609c2c337b4cb76921be18d5179d | |
parent | 7fef943114b9184e69c8c714bf158116b8d9caf7 (diff) |
javaunohelper: remove unused import
Change-Id: Ibee790a50e35219a8427b7037331943b778292a2
Reviewed-on: https://gerrit.libreoffice.org/11997
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java index c51475e4cd12..a61edc06acc8 100644 --- a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java +++ b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java @@ -17,10 +17,11 @@ */ package com.sun.star.lib.uno.helper; + import java.util.Iterator; import java.util.ListIterator; -import java.util.NoSuchElementException; import java.util.Collection; + import com.sun.star.lang.EventObject; import com.sun.star.lang.XEventListener; import com.sun.star.uno.UnoRuntime; |