Tag: cws_src680_dba30 User: fs Date: 06/05/11 05:49:03 Modified: /dba/connectivity/source/drivers/ado/ ACatalog.cxx
Log: backing out the fix for #i42048#, it does not work and causes a regression (see the issue description) File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: ACatalog.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/ACatalog.cxx?r1=1.10.14.1&r2=1.10.14.2 Delta lines: +2 -18 -------------------- --- ACatalog.cxx 29 Dec 2005 12:30:41 -0000 1.10.14.1 +++ ACatalog.cxx 11 May 2006 12:48:59 -0000 1.10.14.2 @@ -4,9 +4,9 @@ * * $RCSfile: ACatalog.cxx,v $ * - * $Revision: 1.10.14.1 $ + * $Revision: 1.10.14.2 $ * - * last change: $Author: oj $ $Date: 2005/12/29 12:30:41 $ + * last change: $Author: fs $ $Date: 2006/05/11 12:48:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,22 +81,6 @@ TStringVector aVector; WpADOTables aTables(m_aCatalog.get_Tables()); - if ( aTables.IsValid() ) - { - aTables.Refresh(); - sal_Int32 nCount = aTables.GetItemCount(); - aVector.reserve(nCount); - for(sal_Int32 i=0;i< nCount;++i) - { - WpADOTable aElement = aTables.GetItem(i); - if ( aElement.IsValid() ) - { - ::rtl::OUString sTypeName = aElement.get_Type(); - if ( !sTypeName.equalsIgnoreAsciiCaseAscii("SYSTEM TABLE") && !sTypeName.equalsIgnoreAsciiCaseAscii("ACCESS TABLE") ) - aVector.push_back(aElement.get_Name()); - } - } - } aTables.fillElementNames(aVector); if(m_pTables) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
