Tag: cws_src680_dba205c User: fs Date: 2006/10/11 12:47:51 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.73.14.1&r2=1.73.14.2 Delta lines: +2 -6 ------------------- --- SelectionBrowseBox.cxx 10 Oct 2006 13:40:31 -0000 1.73.14.1 +++ SelectionBrowseBox.cxx 11 Oct 2006 19:47:48 -0000 1.73.14.2 @@ -4,9 +4,9 @@ * * $RCSfile: SelectionBrowseBox.cxx,v $ * - * $Revision: 1.73.14.1 $ + * $Revision: 1.73.14.2 $ * - * last change: $Author: fs $ $Date: 2006/10/10 13:40:31 $ + * last change: $Author: fs $ $Date: 2006/10/11 19:47:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -752,10 +752,6 @@ } // travel through the select column parse node else { - Reference<XConnection> xConnection = pController->getConnection(); - if ( !xConnection.is() ) - return sal_True; - Reference<XDatabaseMetaData> xMetaData = xConnection->getMetaData(); ::comphelper::UStringMixEqual bCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); OTableFieldDescRef aSelEntry = _pEntry; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
