User: vg      
Date: 05/02/16 09:32:23

Modified:
 /dba/connectivity/source/parse/
  ParameterSubstitution.cxx

Log:
 INTEGRATION: CWS dr33 (1.2.60); FILE MERGED
 2005/02/14 16:40:36 dr 1.2.60.1: #i42367# remove non-ASCII characters from C++ 
sources

File Changes:

Directory: /dba/connectivity/source/parse/
==========================================

File [changed]: ParameterSubstitution.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/ParameterSubstitution.cxx?r1=1.2&r2=1.3
Delta lines:  +5 -5
-------------------
--- ParameterSubstitution.cxx   2 Aug 2004 17:15:22 -0000       1.2
+++ ParameterSubstitution.cxx   16 Feb 2005 17:32:20 -0000      1.3
@@ -135,7 +135,7 @@
                OSQLParseNode* pNode = aParser.parseTree(sErrorMessage,aText);
                if(pNode)
                {       // special handling for parameters
-                       // we recusive replace all occurences of ? in the 
statement and replace them with name like "��"
+            /* we recusive replace all occurences of ? in the statement and 
replace them with name like "��" */
                        OSQLParseNode::substituteParameterNames(pNode);
                        pNode->parseNodeToStr(sNewSql,m_xMetaData);
                        delete pNode;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to