Tag: cws_src680_hsqldb4 User: fs Date: 05/03/31 03:53:41 Modified: /dba/connectivity/source/drivers/hsqldb/ StorageNativeOutputStream.cxx
Log: #i41785# some more debug-only diagnostics 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.4.4.1&r2=1.4.4.2 Delta lines: +5 -2 ------------------- --- StorageNativeOutputStream.cxx 31 Mar 2005 09:16:55 -0000 1.4.4.1 +++ StorageNativeOutputStream.cxx 31 Mar 2005 11:53:38 -0000 1.4.4.2 @@ -2,9 +2,9 @@ * * $RCSfile: StorageNativeOutputStream.cxx,v $ * - * $Revision: 1.4.4.1 $ + * $Revision: 1.4.4.2 $ * - * last change: $Author: fs $ $Date: 2005/03/31 09:16:55 $ + * last change: $Author: fs $ $Date: 2005/03/31 11:53:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -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]
