Tag: cws_src680_qiq User: fs Date: 06/05/15 06:46:22 Modified: /dba/connectivity/source/parse/ sqlnode.cxx
Log: #i51143# respect return value of tableNameNodeToStr File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlnode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlnode.cxx?r1=1.38.62.3&r2=1.38.62.4 Delta lines: +3 -3 ------------------- --- sqlnode.cxx 15 May 2006 13:34:18 -0000 1.38.62.3 +++ sqlnode.cxx 15 May 2006 13:46:19 -0000 1.38.62.4 @@ -4,9 +4,9 @@ * * $RCSfile: sqlnode.cxx,v $ * - * $Revision: 1.38.62.3 $ + * $Revision: 1.38.62.4 $ * - * last change: $Author: fs $ $Date: 2006/05/15 13:34:18 $ + * last change: $Author: fs $ $Date: 2006/05/15 13:46:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -412,7 +412,7 @@ // table name - might be a query name case table_name: - tableNameNodeToStr( rString, rParam ); + bHandled = tableNameNodeToStr( rString, rParam ); break; case like_predicate: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
