User: ihi Date: 2007-11-21 15:32:15+0000 Modified: dba/dbaccess/source/core/api/RowSet.hxx
Log: INTEGRATION: CWS dba24c (1.48.40); FILE MERGED 2007/09/18 12:55:50 fs 1.48.40.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.48&r2=1.49 Delta lines: +1 -2 ------------------- --- RowSet.hxx 2007-07-06 07:52:06+0000 1.48 +++ RowSet.hxx 2007-11-21 15:32:12+0000 1.49 @@ -119,7 +119,6 @@ { friend class ORowSetClone; - ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceManager; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xOldConnection; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConnection; ::com::sun::star::uno::Any m_aActiveConnection; @@ -507,7 +506,7 @@ virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::uno::Any& rValue) throw (::com::sun::star::uno::Exception); public: - ORowSetClone(ORowSet& rParent,::osl::Mutex* _pMutex); + ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pMutex ); virtual ~ORowSetClone(); // com::sun::star::lang::XTypeProvider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
