Index: proxyaggregation.hxx =================================================================== RCS file: /cvs/util/comphelper/inc/comphelper/proxyaggregation.hxx,v retrieving revision 1.2 diff -u -r1.2 proxyaggregation.hxx --- proxyaggregation.hxx 19 May 2003 12:56:56 -0000 1.2 +++ proxyaggregation.hxx 10 Jul 2003 14:33:34 -0000 @@ -193,8 +193,11 @@ ::cppu::OBroadcastHelper& m_rBHelper; protected: - // OProxyAggregation - OProxyAggregation::getORB; + // make getORB available in derivees + inline const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& getORB() + { + return OProxyAggregation::getORB( ); + } // XInterface ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException);