Tag: cws_src680_dba204a User: oj Date: 2006/07/06 05:16:18 Modified: dba/connectivity/source/drivers/jdbc/Timestamp.cxx
Log: #i65063# convert only timestamp File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: Timestamp.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/Timestamp.cxx?r1=1.14&r2=1.14.14.1 Delta lines: +3 -8 ------------------- --- Timestamp.cxx 20 Jun 2006 01:37:27 -0000 1.14 +++ Timestamp.cxx 6 Jul 2006 12:16:15 -0000 1.14.14.1 @@ -4,9 +4,9 @@ * * $RCSfile: Timestamp.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.14.14.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 01:37:27 $ + * last change: $Author: oj $ $Date: 2006/07/06 12:16:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -209,11 +209,6 @@ // Parameter konvertieren ::rtl::OUString sDateStr; sDateStr = ::dbtools::DBTypeConversion::toDateTimeString(_rOut); - if ( _rOut.HundredthSeconds ) - { - sDateStr += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".")); - sDateStr += ::rtl::OUString::valueOf(static_cast<sal_Int32>(_rOut.HundredthSeconds)); - } args[0].l = convertwchar_tToJavaString(t.pEnv,sDateStr); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
