Tag: cws_dev300_dba31b User: fs Date: 2008-08-05 12:56:36+0000 Modified: dba/connectivity/source/drivers/jdbc/JConnection.cxx
Log: error text File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: JConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JConnection.cxx?r1=1.13&r2=1.13.56.1 Delta lines: +3 -3 ------------------- --- JConnection.cxx 2008-04-10 09:26:06+0000 1.13 +++ JConnection.cxx 2008-08-05 12:56:34+0000 1.13.56.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: JConnection.cxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.13.56.1 $ * * This file is part of OpenOffice.org. * @@ -966,7 +966,7 @@ if ( !_sDriverClass.getLength() ) { m_aLogger.log( LogLevel::SEVERE, STR_LOG_NO_DRIVER_CLASS ); - throw SQLException(::rtl::OUString::createFromAscii("The specified driver was empty!"),*this,::rtl::OUString(),1000,Any()); + throw SQLException(::rtl::OUString::createFromAscii("No driver class was specified."),*this,::rtl::OUString(),1000,Any()); } else { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
