Tag: cws_src680_dba30 User: fs Date: 06/03/22 07:04:54 Modified: /dba/connectivity/source/drivers/odbc/ OConnection.cxx
Log: #i10000# File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: OConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OConnection.cxx?r1=1.31.28.3&r2=1.31.28.4 Delta lines: +4 -4 ------------------- --- OConnection.cxx 21 Mar 2006 15:46:39 -0000 1.31.28.3 +++ OConnection.cxx 22 Mar 2006 15:04:52 -0000 1.31.28.4 @@ -4,9 +4,9 @@ * * $RCSfile: OConnection.cxx,v $ * - * $Revision: 1.31.28.3 $ + * $Revision: 1.31.28.4 $ * - * last change: $Author: fs $ $Date: 2006/03/21 15:46:39 $ + * last change: $Author: fs $ $Date: 2006/03/22 15:04:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -253,7 +253,7 @@ else if(!pBegin->Name.compareToAscii(pPrivName)) OSL_VERIFY( pBegin->Value >>= m_bIgnoreDriverPrivileges ); else if(!pBegin->Name.compareToAscii(pVerColName)) - OSL_VERIFY( pBegin->Value >>= m_bPreventGetVersionColumnsi ); + OSL_VERIFY( pBegin->Value >>= m_bPreventGetVersionColumns ); else if(!pBegin->Name.compareToAscii(pParaName)) OSL_VERIFY( pBegin->Value >>= m_bParameterSubstitution ); else if(!pBegin->Name.compareToAscii(pRetrieving)) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
