User: vg Date: 2007/01/15 05:34:12 Modified: dba/connectivity/source/drivers/hsqldb/HDriver.cxx
Log: INTEGRATION: CWS dba22b (1.21.38); FILE MERGED 2007/01/03 12:53:30 fs 1.21.38.2: #i10000# 2006/12/19 12:09:47 fs 1.21.38.1: cosmetic changes 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.21&r2=1.22 Delta lines: +3 -7 ------------------- --- HDriver.cxx 5 Oct 2006 12:45:01 -0000 1.21 +++ HDriver.cxx 15 Jan 2007 13:34:10 -0000 1.22 @@ -272,15 +272,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]
