Tag: cws_src680_sb36 User: sb Date: 2007/01/22 00:53:54 Modified: dba/connectivity/source/drivers/hsqldb/HDriver.cxx
Log: RESYNC: (1.21-1.22); FILE MERGED File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.12.8.4&r2=1.12.8.5 Delta lines: +3 -7 ------------------- --- HDriver.cxx 8 Nov 2006 12:01:47 -0000 1.12.8.4 +++ HDriver.cxx 22 Jan 2007 08:53:52 -0000 1.12.8.5 @@ -274,15 +274,11 @@ { xOrig = xDriver->connect( sConnectURL, aConvertedProperties ); } - catch(SQLException e) + catch(const Exception& e) { StorageContainer::revokeStorage(sKey,NULL); - throw e; - } - catch(Exception e) - { - StorageContainer::revokeStorage(sKey,NULL); - throw e; + (void)e; + throw; } // if the storage is completely empty, then we just created a new HSQLDB --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
