Tag: cws_src680_dba30 User: oj Date: 06/04/19 23:45:11 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.hxx
Log: RESYNC: (1.10-1.11); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.hxx?r1=1.3.2.5&r2=1.3.2.6 Delta lines: +3 -3 ------------------- --- ModelImpl.hxx 21 Mar 2006 18:23:49 -0000 1.3.2.5 +++ ModelImpl.hxx 20 Apr 2006 06:45:08 -0000 1.3.2.6 @@ -210,8 +210,8 @@ class ODatabaseModelImpl : public ::rtl::IReference { private: - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel> m_xTempModel; - ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDataSource> m_xDataSource; + ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XModel > m_xModel; + ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDataSource > m_xDataSource; DocumentStorageAccess* m_pStorageAccess; ::rtl::Reference< SharedMutex > m_xMutex; @@ -437,7 +437,7 @@ Only to be called when the model is being disposed */ - void modelIsDisposing( ResetModelAccess ) { m_xTempModel = NULL; } + void modelIsDisposing( ResetModelAccess ) { m_xModel = ::com::sun::star::uno::WeakReference< ::com::sun::star::frame::XModel >(); } DocumentStorageAccess* getDocumentStorageAccess(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
