Tag: cws_src680_dba201b User: oj Date: 05/07/21 23:02:08 Modified: /dba/dbaccess/source/core/dataaccess/ documentcontainer.cxx
Log: #i52171# don't insert impl struct in createInstance call 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.13&r2=1.13.2.1 Delta lines: +4 -6 ------------------- --- documentcontainer.cxx 8 Jul 2005 10:37:06 -0000 1.13 +++ documentcontainer.cxx 22 Jul 2005 06:02:06 -0000 1.13.2.1 @@ -2,9 +2,9 @@ * * $RCSfile: documentcontainer.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.2.1 $ * - * last change: $Author: obo $ $Date: 2005/07/08 10:37:06 $ + * last change: $Author: oj $ $Date: 2005/07/22 06:02:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,10 +261,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]
