summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-25 10:03:46 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-25 10:03:46 +0000
commit2db88cb6bcf98895f849ab2855431e71997a9462 (patch)
tree10fa315f392a0a21584c8c961f86c9f48713cdaa /jurt
parentdf09295c0ae52ea81462bff42319745df49f837c (diff)
INTEGRATION: CWS kso11 (1.33.28); FILE MERGED
2004/03/11 08:49:33 sb 1.33.28.1: #115880# Cloned 112066.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java8
1 files changed, 4 insertions, 4 deletions
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 7c80a4398b58..f78fbbcfb0b4 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.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: vg $ $Date: 2003-10-09 10:09:37 $
+ * last change: $Author: kz $ $Date: 2004-03-25 11:03:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,7 +127,7 @@ import com.sun.star.uno.Any;
* 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.33 $ $ $Date: 2003-10-09 10:09:37 $
+ * @version $Revision: 1.34 $ $ $Date: 2004-03-25 11:03:46 $
* @author Kay Ramme
* @see com.sun.star.lib.uno.environments.remote.IProtocol
* @since UDK1.0
@@ -559,7 +559,7 @@ public class java_remote_bridge
_listeners = new Vector();
- proxyFactory = new ProxyFactory(this);
+ proxyFactory = new ProxyFactory(this, this);
_iThreadPool = ThreadPoolManager.create();