User: vg Date: 05/03/23 01:41:55 Modified: /dba/connectivity/source/drivers/hsqldb/ StorageNativeOutputStream.cxx
Log: INTEGRATION: CWS dba26 (1.3.14); FILE MERGED 2005/03/15 15:30:02 fs 1.3.14.2: reverted parts of the previous change - OJ's patch contained too much code :( 2005/03/15 15:05:03 fs 1.3.14.1: #i44582# (patch provided by OJ) refined storage handling File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: StorageNativeOutputStream.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/StorageNativeOutputStream.cxx?r1=1.3&r2=1.4 Delta lines: +1 -7 ------------------- --- StorageNativeOutputStream.cxx 16 Feb 2005 15:52:42 -0000 1.3 +++ StorageNativeOutputStream.cxx 23 Mar 2005 09:41:52 -0000 1.4 @@ -243,13 +243,7 @@ catch(Exception& e) { OSL_ENSURE(0,"Exception catched! : sync();"); - if (JNI_FALSE != env->ExceptionCheck()) - env->ExceptionClear(); - ::rtl::OString cstr( ::rtl::OUStringToOString(e.Message, RTL_TEXTENCODING_JAVA_UTF8 ) ); - OSL_TRACE( __FILE__": forwarding Exception: %s", cstr.getStr() ); - ThrowException( env, - "java/io/IOException", - cstr.getStr()); + StorageContainer::throwJavaException(e,env); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
