Tag: cws_src680_dba24d User: oj Date: 2007-11-21 13:40:02+0000 Modified: dba/connectivity/source/drivers/evoab/LDatabaseMetaData.cxx
Log: #i68854# some clean ups File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LDatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LDatabaseMetaData.cxx?r1=1.6.152.3&r2=1.6.152.4 Delta lines: +3 -4 ------------------- --- LDatabaseMetaData.cxx 2007-11-21 13:38:27+0000 1.6.152.3 +++ LDatabaseMetaData.cxx 2007-11-21 13:40:00+0000 1.6.152.4 @@ -4,9 +4,9 @@ * * $RCSfile: LDatabaseMetaData.cxx,v $ * - * $Revision: 1.6.152.3 $ + * $Revision: 1.6.152.4 $ * - * last change: $Author: oj $ $Date: 2007/11/21 13:38:27 $ + * last change: $Author: oj $ $Date: 2007/11/21 13:40:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -344,9 +344,8 @@ ::osl::MutexGuard aGuard( m_aMutex ); - ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(); + ODatabaseMetaDataResultSet* pResult = new ODatabaseMetaDataResultSet(ODatabaseMetaDataResultSet::eTables); Reference< XResultSet > xRef = pResult; - pResult->setTablesMap(); // check if any type is given // when no types are given then we have to return all tables e.g. TABLE --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
