User: kz Date: 2006/12/13 08:21:30 Modified: dba/connectivity/source/drivers/odbc/OConnection.cxx
Log: INTEGRATION: CWS dba22ui (1.38.20); FILE MERGED 2006/12/05 15:02:47 fs 1.38.20.2: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former 2006/10/25 10:47:30 fs 1.38.20.1: Resource.hrc is unused 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.39&r2=1.40 Delta lines: +0 -4 ------------------- --- OConnection.cxx 1 Dec 2006 16:50:25 -0000 1.39 +++ OConnection.cxx 13 Dec 2006 16:21:28 -0000 1.40 @@ -44,9 +44,6 @@ #ifndef _CONNECTIVITY_ODBC_ODATABASEMETADATA_HXX_ #include "odbc/ODatabaseMetaData.hxx" #endif -#ifndef _CONNECTIVITY_RESOURCE_HRC_ -#include "Resource.hrc" -#endif #ifndef _CONNECTIVITY_ODBC_OFUNCTIONS_HXX_ #include "odbc/OFunctions.hxx" #endif @@ -415,7 +412,6 @@ { ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OConnection_BASE::rBHelper.bDisposed); - Reference< XDatabaseMetaData > xMetaData = m_xMetaData; if(!xMetaData.is()) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
