Tag: cws_src680_dba24d User: oj Date: 2007-11-26 07:30:12+0000 Modified: dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
Log: #i83810# assertion changed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: SingleSelectQueryComposer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/SingleSelectQueryComposer.cxx?r1=1.24.26.2&r2=1.24.26.3 Delta lines: +3 -3 ------------------- --- SingleSelectQueryComposer.cxx 2007-11-21 21:08:16+0000 1.24.26.2 +++ SingleSelectQueryComposer.cxx 2007-11-26 07:30:10+0000 1.24.26.3 @@ -4,9 +4,9 @@ * * $RCSfile: SingleSelectQueryComposer.cxx,v $ * - * $Revision: 1.24.26.2 $ + * $Revision: 1.24.26.3 $ * - * last change: $Author: fs $ $Date: 2007/11/21 21:08:16 $ + * last change: $Author: oj $ $Date: 2007/11/26 07:30:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -945,7 +945,7 @@ if (SQL_ISRULE(pCondition,boolean_primary)) { // this should not occur - DBG_ERROR("Primary condition in And-Criteria"); + DBG_ERROR("boolean_primary in And-Criteria"); return sal_False; } // Das erste Element ist (wieder) eine AND-Verknuepfung --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
