summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorRobert Antoni Buj i Gelonch <robert.buj@gmail.com>2014-10-16 12:41:50 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-10-18 08:12:51 +0000
commiteb6c538424b2d44f24cbd029c17afbdf19eaf11d (patch)
treee70349e263e3609c2c337b4cb76921be18d5179d /javaunohelper
parent7fef943114b9184e69c8c714bf158116b8d9caf7 (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>
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java3
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;