From eb6c538424b2d44f24cbd029c17afbdf19eaf11d Mon Sep 17 00:00:00 2001 From: Robert Antoni Buj i Gelonch Date: Thu, 16 Oct 2014 12:41:50 +0200 Subject: javaunohelper: remove unused import Change-Id: Ibee790a50e35219a8427b7037331943b778292a2 Reviewed-on: https://gerrit.libreoffice.org/11997 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'javaunohelper') 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; -- cgit