User: hr Date: 06/06/19 19:07:07 Modified: /dba/connectivity/source/manager/ mdrivermanager.cxx
Log: INTEGRATION: CWS warnings01 (1.14.30); FILE MERGED 2005/12/12 14:34:26 fs 1.14.30.2: #i57457# 2005/11/07 14:44:11 fs 1.14.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/manager/ ============================================ File [changed]: mdrivermanager.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/manager/mdrivermanager.cxx?r1=1.14&r2=1.15 Delta lines: +5 -2 ------------------- --- mdrivermanager.cxx 8 Sep 2005 07:38:59 -0000 1.14 +++ mdrivermanager.cxx 20 Jun 2006 02:07:05 -0000 1.15 @@ -61,6 +61,9 @@ #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif +#ifndef CONNECTIVITY_DIAGNOSE_EX_H +#include "diagnose_ex.h" +#endif #include <algorithm> #include <functional> @@ -260,7 +263,7 @@ } catch( const Exception& e) { - e; // make compiler happy + OSL_UNUSED( e ); OSL_ENSURE( sal_False, "lcl_getDriverPrecedence: caught an exception!" ); } @@ -573,7 +576,7 @@ if (aSearch == m_aDriversRT.end()) throwNoSuchElementException(); - return aSearch->second; + return aSearch->second.get(); } //-------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
