Tag: cws_src680_dba24b User: oj Date: 2007-08-23 07:25:01+0000 Modified: dba/connectivity/source/parse/sqlnode.cxx
Log: #i73215# do not set predicate to false 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.47&r2=1.47.26.1 Delta lines: +4 -4 ------------------- --- sqlnode.cxx 2007-07-06 06:48:59+0000 1.47 +++ sqlnode.cxx 2007-08-23 07:24:58+0000 1.47.26.1 @@ -4,9 +4,9 @@ * * $RCSfile: sqlnode.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.47.26.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 06:48:59 $ + * last change: $Author: oj $ $Date: 2007/08/23 07:24:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -524,7 +524,7 @@ m_aChilds[0]->impl_parseNodeToString_throw( rString, aNewParam ); aNewParam.bQuote = rParam.bQuote; - aNewParam.bPredicate = sal_False; // disable [ ] around names + //aNewParam.bPredicate = sal_False; // disable [ ] around names // look at i73215 ::rtl::OUString aStringPara; for (sal_uInt32 i=1; i<nCount; i++) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
