User: ihi Date: 2006/10/18 06:08:15 Modified: dba/connectivity/source/drivers/mozab/MConnection.cxx
Log: INTEGRATION: CWS dba205b (1.21.36); FILE MERGED 2006/09/04 11:09:46 oj 1.21.36.2: RESYNC: (1.21-1.22); FILE MERGED 2006/08/09 19:52:36 fs 1.21.36.1: refactored the OColumnAlias class, in preparation of fixing #b6248060# File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MConnection.cxx?r1=1.23&r2=1.24 Delta lines: +1 -3 ------------------- --- MConnection.cxx 17 Sep 2006 02:56:09 -0000 1.23 +++ MConnection.cxx 18 Oct 2006 13:08:12 -0000 1.24 @@ -143,6 +143,7 @@ ,m_xMetaData(NULL) ,m_pDriver(_pDriver) ,m_pImplData( new ConnectionImplData ) + ,m_aColumnAlias( _pDriver->getMSFactory() ) ,m_nMaxResultRecords( -1 ) ,m_aNameMapper(NULL) ,m_eSDBCAddressType(SDBCAddress::Unknown) @@ -162,9 +163,6 @@ { OSL_ENSURE( false, "OConnection::OConnection: could not obtain the component context!" ); } - - // Initialise m_aColumnAlias. - m_aColumnAlias.setAlias(_pDriver->getMSFactory()); } //----------------------------------------------------------------------------- OConnection::~OConnection() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
