Tag: cws_src680_qiq User: fs Date: 06/05/24 02:12:09 Modified: /dba/dbaccess/source/core/dataaccess/ datasource.cxx
Log: #i51143# File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: datasource.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.cxx?r1=1.68&r2=1.68.10.1 Delta lines: +4 -4 ------------------- --- datasource.cxx 19 Apr 2006 13:19:05 -0000 1.68 +++ datasource.cxx 24 May 2006 09:12:07 -0000 1.68.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: datasource.cxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.68.10.1 $ * - * last change: $Author: hr $ $Date: 2006/04/19 13:19:05 $ + * last change: $Author: fs $ $Date: 2006/05/24 09:12:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1257,7 +1257,7 @@ { m_pImpl->m_aContainer[ODatabaseModelImpl::E_TABLE] = TContentPtr(new ODefinitionContainer_Impl); } - xContainer = new OCommandContainer(m_pImpl->m_xServiceFactory,*this,m_pImpl->m_aContainer[ODatabaseModelImpl::E_TABLE]); + xContainer = new OCommandContainer( m_pImpl->m_xServiceFactory, *this, m_pImpl->m_aContainer[ODatabaseModelImpl::E_TABLE], sal_True); m_pImpl->m_xTableDefinitions = xContainer; } return xContainer; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
