diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-10-30 14:32:52 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-10-30 14:32:52 +0000 |
commit | 1ef41f44bc51a0da51be8e743469990288c1a920 (patch) | |
tree | d14e0dbe49ec0fd4331d9c299843865acf58519b | |
parent | a8603cd04b0add5c90ab16df91c5ea0972c83f06 (diff) |
#104312# Removed useless import.
4 files changed, 12 insertions, 16 deletions
diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 44c7585b269e..54436a29a778 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java @@ -2,9 +2,9 @@ * * $RCSfile: ServiceManager.java,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dbo $ $Date: 2001-06-14 11:54:57 $ + * last change: $Author: sb $ $Date: 2002-10-30 15:28:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,6 @@ package com.sun.star.comp.servicemanager; -import com.sun.star.uno.IQueryInterface; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XComponentContext; @@ -103,7 +102,7 @@ import java.lang.reflect.InvocationTargetException; * calls to the implementing objects and are used instead of casts * and identity comparisons. * <p> - * @version $Revision: 1.5 $ $ $Date: 2001-06-14 11:54:57 $ + * @version $Revision: 1.6 $ $ $Date: 2002-10-30 15:28:39 $ * @author Markus Herzog * @see com.sun.star.lang.XMultiServiceFactory * @see com.sun.star.container.XSet @@ -792,7 +791,7 @@ public class ServiceManager implements XMultiServiceFactory, * implementation of the @see com.sun.star.container.XEnumeration interface. * It is a inner wrapper for a java.util.Enumeration object. * <p> - * @version $Revision: 1.5 $ $ $Date: 2001-06-14 11:54:57 $ + * @version $Revision: 1.6 $ $ $Date: 2002-10-30 15:28:39 $ * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo @@ -865,7 +864,7 @@ public class ServiceManager implements XMultiServiceFactory, * com.sun.star.lang.XSingleServiceFactory and the com.sun.star.lang.XServiceInfo * interfaces. * <p> - * @version $Revision: 1.5 $ $ $Date: 2001-06-14 11:54:57 $ + * @version $Revision: 1.6 $ $ $Date: 2002-10-30 15:28:39 $ * @author Markus Herzog * @see com.sun.star.lang.XSingleServiceFactory * @see com.sun.star.lang.XServiceInfo diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 799b17d15eab..70290c95bf2a 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -2,9 +2,9 @@ * * $RCSfile: java_remote_bridge.java,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: sb $ $Date: 2002-09-17 14:58:52 $ + * last change: $Author: sb $ $Date: 2002-10-30 15:29:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,7 +123,6 @@ import com.sun.star.uno.IEnvironment; import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XInterface; import com.sun.star.uno.Type; -import com.sun.star.uno.IQueryInterface; /** * This class implements a remote bridge. Therefor @@ -132,7 +131,7 @@ import com.sun.star.uno.IQueryInterface; * The protocol to used is passed by name, the bridge * then looks for it under <code>com.sun.star.lib.uno.protocols</code>. * <p> - * @version $Revision: 1.26 $ $ $Date: 2002-09-17 14:58:52 $ + * @version $Revision: 1.27 $ $ $Date: 2002-10-30 15:29:36 $ * @author Kay Ramme * @see com.sun.star.lib.uno.environments.remote.IProtocol * @since UDK1.0 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 5e794ed12879..75581f6b233a 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java @@ -2,9 +2,9 @@ * * $RCSfile: Marshal.java,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: sb $ $Date: 2001-12-20 08:54:37 $ + * last change: $Author: sb $ $Date: 2002-10-30 15:32:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ import java.lang.reflect.Modifier; import com.sun.star.uno.Any; import com.sun.star.uno.Enum; import com.sun.star.uno.IBridge; -import com.sun.star.uno.IQueryInterface; import com.sun.star.uno.Type; import com.sun.star.uno.TypeClass; import com.sun.star.uno.Union; diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java b/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java index 67e104c5a407..f5d044af1e4b 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java @@ -2,9 +2,9 @@ * * $RCSfile: Unmarshal.java,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: kr $ $Date: 2001-05-17 12:46:28 $ + * last change: $Author: sb $ $Date: 2002-10-30 15:32:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ import com.sun.star.bridge.XInstanceProvider; import com.sun.star.uno.Any; import com.sun.star.uno.Enum; import com.sun.star.uno.IBridge; -import com.sun.star.uno.IQueryInterface; import com.sun.star.uno.Type; import com.sun.star.uno.TypeClass; import com.sun.star.uno.Union; |