User: hr Date: 05/04/06 03:39:39 Modified: /dba/connectivity/source/drivers/hsqldb/ StorageNativeOutputStream.cxx
Log: INTEGRATION: CWS hsqldb4 (1.4.4); FILE MERGED 2005/03/31 11:53:38 fs 1.4.4.2: #i41785# some more debug-only diagnostics 2005/03/31 09:16:55 fs 1.4.4.1: pseudo-resync to m90, which is not ready yet (and thus not available to real resync) 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.5&r2=1.6 Delta lines: +3 -0 ------------------- --- StorageNativeOutputStream.cxx 30 Mar 2005 11:52:17 -0000 1.5 +++ StorageNativeOutputStream.cxx 6 Apr 2005 10:39:36 -0000 1.6 @@ -234,6 +234,9 @@ { #if OSL_DEBUG_LEVEL > 1 OperationLogFile( env, name, "output" ).logOperation( "flush" ); + + ::rtl::OUString sKey = StorageContainer::jstring2ustring(env,key); + ::rtl::OUString sName = StorageContainer::jstring2ustring(env,name); #endif } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
