User: kz Date: 2008-06-25 12:29:47+0000 Modified: dba/dbaccess/qa/complex/dbaccess/Storable.java
Log: INTEGRATION: CWS dba30d (1.4.30); FILE MERGED 2008/05/22 11:30:29 fs 1.4.30.1: #i88576# disambiguate the DataSource class, now that the current module also contains one File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: Storable.java Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/Storable.java?r1=1.4&r2=1.5 Delta lines: +1 -0 ------------------- --- Storable.java 2008-04-10 12:17:45+0000 1.4 +++ Storable.java 2008-06-25 12:29:44+0000 1.5 @@ -97,6 +97,7 @@ XCloseable close = (XCloseable)UnoRuntime.queryInterface(XCloseable.class,xComponent); close.close(true); } + catch ( AssureException e ) { throw e; } catch ( Exception e ) { assure( "caught an unexpected exception: " + e.getMessage(), false ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
