User: obo Date: 2006/07/17 06:09:02 Modified: dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx
Log: #i10000# syntax error File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ComponentDefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx?r1=1.8&r2=1.9 Delta lines: +4 -4 ------------------- --- ComponentDefinition.cxx 13 Jul 2006 15:20:10 -0000 1.8 +++ ComponentDefinition.cxx 17 Jul 2006 13:08:59 -0000 1.9 @@ -4,9 +4,9 @@ * * $RCSfile: ComponentDefinition.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006/07/13 15:20:10 $ + * last change: $Author: obo $ $Date: 2006/07/17 13:08:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -235,7 +235,7 @@ for ( ; aIter != aEnd; ++aIter ) aNames.push_back( aIter->first ); - m_pColumns = TColumnsHelper( new OColumns( *this, m_aMutex, sal_True, aNames, this, NULL, sal_True, sal_False, sal_False ) ) ); + m_pColumns = TColumnsHelper( new OColumns( *this, m_aMutex, sal_True, aNames, this, NULL, sal_True, sal_False, sal_False ) ); m_pColumns->setParent(*this); } return m_pColumns.getRef(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
