diff options
author | Kay Ramme <kr@openoffice.org> | 2001-05-04 10:38:13 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-05-04 10:38:13 +0000 |
commit | a4b28f6127d3c47fb9304f7ad6e8f77eea4df22b (patch) | |
tree | 4c8b11cd8bba329a161115da0265ff3fc566d15d /jurt/com/sun/star/comp/urlresolver/UrlResolver.java | |
parent | 50c6ccef393eb3ae3ce126b5b5e158c9afa7a7e3 (diff) |
removed obsolet import of MappingException
Diffstat (limited to 'jurt/com/sun/star/comp/urlresolver/UrlResolver.java')
-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 |