From ff8a0cc422fe17487334724ed473b2f1fe0e4436 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 9 Oct 2003 09:09:28 +0000 Subject: INTEGRATION: CWS sb8 (1.7.88); FILE MERGED 2003/08/26 09:47:33 sb 1.7.88.1: #108679# Replaced WeakTable etc. with WeakMap etc. --- jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'jurt') diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java index f25ce803d6a1..d89e64fcd24e 100644 --- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java +++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java @@ -2,9 +2,9 @@ * * $RCSfile: BridgeFactory.java,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kr $ $Date: 2001-05-04 11:37:36 $ + * last change: $Author: vg $ $Date: 2003-10-09 10:09:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,8 +81,6 @@ import com.sun.star.connection.XConnection; import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XSingleServiceFactory; -import com.sun.star.lib.util.WeakTable; - import com.sun.star.registry.XRegistryKey; import com.sun.star.uno.IBridge; @@ -96,7 +94,7 @@ import com.sun.star.uno.UnoRuntime; *

* This component is only usable for remote bridges. *

- * @version $Revision: 1.7 $ $ $Date: 2001-05-04 11:37:36 $ + * @version $Revision: 1.8 $ $ $Date: 2003-10-09 10:09:28 $ * @author Kay Ramme * @see com.sun.star.uno.UnoRuntime * @since UDK1.0 -- cgit