Tag: cws_src680_kaddrbook User: ebischoff Date: 05/10/11 08:43:33 Modified: /dba/connectivity/source/drivers/kab/ KDatabaseMetaData.cxx
Log: Minor fix File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KDatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KDatabaseMetaData.cxx?r1=1.1.2.6&r2=1.1.2.7 Delta lines: +3 -3 ------------------- --- KDatabaseMetaData.cxx 13 Sep 2005 18:20:38 -0000 1.1.2.6 +++ KDatabaseMetaData.cxx 11 Oct 2005 15:43:29 -0000 1.1.2.7 @@ -2,9 +2,9 @@ * * $RCSfile: KDatabaseMetaData.cxx,v $ * - * $Revision: 1.1.2.6 $ + * $Revision: 1.1.2.7 $ * - * last change: $Author: ebischoff $ $Date: 2005/09/13 18:20:38 $ + * last change: $Author: ebischoff $ $Date: 2005/10/11 15:43:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ : m_xConnection(_pCon), m_bUseCatalog(sal_True) { - OSL_ENSURE(m_pConnection,"KabDatabaseMetaData::KabDatabaseMetaData: No connection set!"); + OSL_ENSURE(_pCon,"KabDatabaseMetaData::KabDatabaseMetaData: No connection set!"); osl_incrementInterlockedCount( &m_refCount ); m_bUseCatalog = !(usesLocalFiles() || usesLocalFilePerTable()); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
