Tag: cws_src680_dba24b User: oj Date: 2007-08-24 10:16:12+0000 Modified: dba/connectivity/source/parse/sqlnode.cxx
Log: #i75557# remove true at bQuote 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.26.4&r2=1.47.26.5 Delta lines: +3 -3 ------------------- --- sqlnode.cxx 2007-08-24 06:48:15+0000 1.47.26.4 +++ sqlnode.cxx 2007-08-24 10:16:10+0000 1.47.26.5 @@ -4,9 +4,9 @@ * * $RCSfile: sqlnode.cxx,v $ * - * $Revision: 1.47.26.4 $ + * $Revision: 1.47.26.5 $ * - * last change: $Author: oj $ $Date: 2007/08/24 06:48:15 $ + * last change: $Author: oj $ $Date: 2007/08/24 10:16:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -764,7 +764,7 @@ const OSQLParseNode* pParaNode = NULL; SQLParseNodeParameter aNewParam(rParam); - aNewParam.bQuote = sal_True; + //aNewParam.bQuote = sal_True; // why setting this to true? @see http://www.openoffice.org/issues/show_bug.cgi?id=75557 // if there is a field given we don't display the fieldname, if there are any sal_Bool bAddName = sal_True; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
