Tag: cws_src680_dba30 User: fs Date: 05/10/13 07:53:08 Modified: /dba/dbaccess/source/core/dataaccess/ documentcontainer.cxx
Log: RESYNC: (1.14-1.15); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentcontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentcontainer.cxx?r1=1.12.2.2&r2=1.12.2.3 Delta lines: +1 -3 ------------------- --- documentcontainer.cxx 30 Sep 2005 06:16:43 -0000 1.12.2.2 +++ documentcontainer.cxx 13 Oct 2005 14:53:04 -0000 1.12.2.3 @@ -235,10 +235,8 @@ { pElementImpl.reset( new OContentHelper_Impl ); if ( !bNew ) - { - pItem->m_aDocumentMap.insert(ODefinitionContainer_Impl::Documents::value_type(sName,ODefinitionContainer_Impl::Documents::mapped_type(pElementImpl))); pElementImpl->m_aProps.aTitle = sName; - } + pElementImpl->m_aProps.sPersistentName = sPersistentName; pElementImpl->m_aProps.bAsTemplate = bAsTemplate; pElementImpl->m_pDataSource = m_pImpl->m_pDataSource; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
