diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 10:53:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 10:53:41 +0000 |
commit | f8dc63c1c9d2e49a2051271ac6876c02bd3c8f1d (patch) | |
tree | 69d4694feb549b36715904fe4bcc5a830a39969f /bean/com/sun | |
parent | b958e8f3e9727e4ac03586c66f23d18dd0460373 (diff) |
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).
Diffstat (limited to 'bean/com/sun')
-rw-r--r-- | bean/com/sun/star/comp/beans/Wrapper.java | 8 |
1 files 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 { |