View | Details | Raw Unified | Return to issue 16294
Collapse All | Expand All

(-)proxyaggregation.hxx (-2 / +5 lines)
Lines 193-200 Link Here
193
		::cppu::OBroadcastHelper&			m_rBHelper;
193
		::cppu::OBroadcastHelper&			m_rBHelper;
194
194
195
	protected:
195
	protected:
196
		// OProxyAggregation
196
        // make getORB available in derivees
197
		OProxyAggregation::getORB;
197
        inline const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& getORB()
198
        {
199
            return OProxyAggregation::getORB( );
200
        }
198
201
199
		// XInterface
202
		// XInterface
200
		::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException);
203
		::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rType ) throw (::com::sun::star::uno::RuntimeException);

Return to issue 16294