User: rt Date: 2008-01-30 09:08:00+0000 Modified: dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx
Log: #i10000# Fix warning. File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: PreparedStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx?r1=1.21&r2=1.22 Delta lines: +3 -4 ------------------- --- PreparedStatement.cxx 2008-01-30 07:54:54+0000 1.21 +++ PreparedStatement.cxx 2008-01-30 09:07:57+0000 1.22 @@ -4,9 +4,9 @@ * * $RCSfile: PreparedStatement.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2008/01/30 07:54:54 $ + * last change: $Author: rt $ $Date: 2008/01/30 09:07:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -554,7 +554,6 @@ ThrowLoggedSQLException( m_aLogger, t.pEnv, *this ); return; } - break; default: obj = convertwchar_tToJavaString(t.pEnv,::comphelper::getString(x)); break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
