[Libreoffice-commits] core.git: javaunohelper/com

Robert Antoni Buj i Gelonch robert.buj at gmail.com
Sat Oct 18 01:13:14 PDT 2014


 javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit eb6c538424b2d44f24cbd029c17afbdf19eaf11d
Author: Robert Antoni Buj i Gelonch <robert.buj at gmail.com>
Date:   Thu Oct 16 12:41:50 2014 +0200

    javaunohelper: remove unused import
    
    Change-Id: Ibee790a50e35219a8427b7037331943b778292a2
    Reviewed-on: https://gerrit.libreoffice.org/11997
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java b/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
index c51475e..a61edc0 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;


More information about the Libreoffice-commits mailing list