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
This commit is contained in:
Kurt Zenker 2004-03-25 14:00:50 +00:00
parent bff963d249
commit 76212677b5

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: proxyaggregation.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -138,6 +138,7 @@ namespace comphelper
{ {
private: private:
::com::sun::star::uno::Reference< ::com::sun::star::uno::XAggregation > m_xProxyAggregate; ::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; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB;
protected: protected: