User: ihi Date: 2006/10/18 06:09:59 Modified: dba/connectivity/source/drivers/mozab/MTables.cxx
Log: INTEGRATION: CWS dba205b (1.6.146); FILE MERGED 2006/08/09 19:52:37 fs 1.6.146.1: refactored the OColumnAlias class, in preparation of fixing #b6248060# File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MTables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MTables.cxx?r1=1.7&r2=1.8 Delta lines: +1 -1 ------------------- --- MTables.cxx 17 Sep 2006 02:58:27 -0000 1.7 +++ MTables.cxx 18 Oct 2006 13:09:57 -0000 1.8 @@ -116,7 +116,7 @@ if(xResult->next()) // there can be only one table with this name { OTable* pRet = new OTable( this, static_cast<OCatalog&>(m_rParent).getConnection(), - aName,xRow->getString(4),xRow->getString(5),sEmpty); + aName,xRow->getString(4),xRow->getString(5)); xRet = pRet; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
