From f8dc63c1c9d2e49a2051271ac6876c02bd3c8f1d Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 23 Sep 2005 10:53:41 +0000 Subject: INTEGRATION: CWS jl16 (1.3.2); FILE MERGED 2005/08/22 08:58:26 sb 1.3.2.1: #i52831# Hack so that Wrapper objects are detected as proxies by the java_remote_bridge in jurt (a bit fragile, but works, see comment in java_remote_bridge.mapInterfaceTo). --- bean/com/sun/star/comp/beans/Wrapper.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bean/com/sun/star/comp/beans/Wrapper.java b/bean/com/sun/star/comp/beans/Wrapper.java index d240188b4d12..8acba84f054e 100644 --- a/bean/com/sun/star/comp/beans/Wrapper.java +++ b/bean/com/sun/star/comp/beans/Wrapper.java @@ -4,9 +4,9 @@ * * $RCSfile: Wrapper.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:03:19 $ + * last change: $Author: hr $ $Date: 2005-09-23 11:53:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,6 +55,10 @@ import com.sun.star.uno.UnoRuntime; */ class Wrapper implements + com.sun.star.lib.uno.Proxy, + // see the comment in com.sun.star.lib.uno.bridges.java_remote + // .java_remote_bridge.mapInterfaceTo for the consequences of this + // hack com.sun.star.uno.IQueryInterface, com.sun.star.lang.XComponent { -- cgit