Tag: cws_src680_hsqlcsv User: fs Date: 2007/01/11 12:58:45 Modified: dba/connectivity/source/drivers/hsqldb/HDriver.cxx
Log: post-resync 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.18.16.2&r2=1.18.16.3 Delta lines: +6 -10 -------------------- --- HDriver.cxx 11 Oct 2006 07:39:21 -0000 1.18.16.2 +++ HDriver.cxx 11 Jan 2007 20:58:42 -0000 1.18.16.3 @@ -4,9 +4,9 @@ * * $RCSfile: HDriver.cxx,v $ * - * $Revision: 1.18.16.2 $ + * $Revision: 1.18.16.3 $ * - * last change: $Author: fs $ $Date: 2006/10/11 07:39:21 $ + * last change: $Author: fs $ $Date: 2007/01/11 20:58:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
