Tag: cws_src680_fwk29 User: fs Date: 06/01/12 00:15:40 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.hxx
Log: #i60398# ownership of m_xForms/m_xReports moved to Document (not shared between Document and DataSource) 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.9&r2=1.9.6.1 Delta lines: +4 -6 ------------------- --- ModelImpl.hxx 21 Dec 2005 13:34:42 -0000 1.9 +++ ModelImpl.hxx 12 Jan 2006 08:15:37 -0000 1.9.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: ModelImpl.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.9.6.1 $ * - * last change: $Author: obo $ $Date: 2005/12/21 13:34:42 $ + * last change: $Author: fs $ $Date: 2006/01/12 08:15:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -209,7 +209,7 @@ public: - enum + enum ObjectType { E_FORM = 0, E_REPORT = 1, @@ -226,8 +226,6 @@ ::com::sun::star::uno::WeakReference< ::com::sun::star::container::XNameAccess > m_xCommandDefinitions; ::com::sun::star::uno::WeakReference< ::com::sun::star::container::XNameAccess > m_xTableDefinitions; - ::com::sun::star::uno::WeakReference< ::com::sun::star::container::XNameAccess > m_xForms; - ::com::sun::star::uno::WeakReference< ::com::sun::star::container::XNameAccess > m_xReports; /// the URL the document was loaded from ::rtl::OUString m_sFileURL; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
