From 76212677b5f262036736fd3a2b14f2342352bc9b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 25 Mar 2004 14:00:50 +0000 Subject: [PATCH] INTEGRATION: CWS jl3 (1.2.82); FILE MERGED 2004/03/10 11:47:13 fs 1.2.82.1: don't use queryAggregation on a proxy after the delegator has been set - the new proxy implementations do not support this --- comphelper/inc/comphelper/proxyaggregation.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comphelper/inc/comphelper/proxyaggregation.hxx b/comphelper/inc/comphelper/proxyaggregation.hxx index aa042fe1a0ad..c7b41355f956 100644 --- a/comphelper/inc/comphelper/proxyaggregation.hxx +++ b/comphelper/inc/comphelper/proxyaggregation.hxx @@ -2,9 +2,9 @@ * * $RCSfile: proxyaggregation.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-05-19 12:56:56 $ + * last change: $Author: kz $ $Date: 2004-03-25 15:00:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,6 +138,7 @@ namespace comphelper { private: ::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation > m_xProxyAggregate; + ::com::sun::star::uno::Reference< ::com::sun::star::lang::XTypeProvider > m_xProxyTypeAccess; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB; protected: