Tag: cws_src680_dr33
User: dr      
Date: 05/02/14 08:40:39

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

Log:
 #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.2.60.1
Delta lines:  +4 -4
-------------------
--- ParameterSubstitution.cxx   2 Aug 2004 17:15:22 -0000       1.2
+++ ParameterSubstitution.cxx   14 Feb 2005 16:40:36 -0000      1.2.60.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: ParameterSubstitution.cxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.60.1 $
  *
- *  last change: $Author: hr $ $Date: 2004/08/02 17:15:22 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:40:36 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -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