diff options
-rw-r--r-- | jurt/com/sun/star/comp/urlresolver/UrlResolver.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index bd35cdb88..d5c77930c 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java @@ -2,9 +2,9 @@ * * $RCSfile: UrlResolver.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tpf $ $Date: 2000-11-20 11:59:18 $ + * last change: $Author: kr $ $Date: 2001-05-04 11:38:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,14 +84,13 @@ import com.sun.star.lang.XSingleServiceFactory; import com.sun.star.registry.XRegistryKey; -import com.sun.star.uno.MappingException; import com.sun.star.uno.UnoRuntime; /** * This component gives a factory for an <code>UnoUrlResolver</code> service. * <p> - * @version $Revision: 1.2 $ $ $Date: 2000-11-20 11:59:18 $ + * @version $Revision: 1.3 $ $ $Date: 2001-05-04 11:38:13 $ * @author Kay Ramme * @see com.sun.star.brige.XBrideFactory * @see com.sun.star.connection.Connector |