User: kz Date: 05/01/21 09:02:17 Modified: /dba/dbaccess/source/core/api/ RowSet.cxx
Log: INTEGRATION: CWS dba22 (1.128.2); FILE MERGED 2005/01/07 07:48:47 oj 1.128.2.2: RESYNC: (1.128-1.130); FILE MERGED 2004/12/20 15:09:52 fs 1.128.2.1: grammar File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.130&r2=1.131 Delta lines: +1 -1 ------------------- --- RowSet.cxx 5 Jan 2005 12:26:47 -0000 1.130 +++ RowSet.cxx 21 Jan 2005 17:02:14 -0000 1.131 @@ -1854,7 +1854,7 @@ { ::rtl::OUString sErrorMsg(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("The command '"))); sErrorMsg += aSql; - sErrorMsg += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("' does not succeed.")); + sErrorMsg += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("' did not succeed.")); throwGenericSQLException(sErrorMsg,*this); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
