User: hr Date: 06/06/19 18:30:19 Modified: /dba/connectivity/source/drivers/hsqldb/ HStorageMap.cxx
Log: INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED 2005/11/16 12:59:06 fs 1.8.14.3: #i57457# warning free code 2005/11/07 19:09:44 pl 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED 2005/11/07 14:43:37 fs 1.8.14.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HStorageMap.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HStorageMap.cxx?r1=1.9&r2=1.10 Delta lines: +6 -3 ------------------- --- HStorageMap.cxx 24 Oct 2005 08:21:25 -0000 1.9 +++ HStorageMap.cxx 20 Jun 2006 01:30:16 -0000 1.10 @@ -49,6 +49,9 @@ #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ #include <com/sun/star/lang/DisposedException.hpp> #endif +#ifndef CONNECTIVITY_DIAGNOSE_EX_H +#include "diagnose_ex.h" +#endif #include <osl/thread.h> //........................................................................ @@ -95,7 +98,7 @@ } catch(const Exception& e) { - e; + OSL_UNUSED( e ); OSL_ENSURE(0,"Could not dispose OutputStream"); } m_xOutputStream = NULL; @@ -301,8 +304,8 @@ } catch(Exception& ) { - ::rtl::OUString sName = removeOldURLPrefix(sOrgName); - pHelper.reset(new StreamHelper(aStoragePair.first.first->openStreamElement(sName,_nMode))); + ::rtl::OUString sStrippedName = removeOldURLPrefix(sOrgName); + pHelper.reset( new StreamHelper(aStoragePair.first.first->openStreamElement( sStrippedName, _nMode ) ) ); } aFind->second.second.insert(TStreamMap::value_type(sName,pHelper)); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
