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

Modified:
 /dba/connectivity/source/drivers/odbc/
  OPreparedStatement.cxx

Log:
 #i42367# remove non-ASCII characters from C++ sources

File Changes:

Directory: /dba/connectivity/source/drivers/odbc/
=================================================

File [changed]: OPreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx?r1=1.38&r2=1.38.60.1
Delta lines:  +37 -37
---------------------
--- OPreparedStatement.cxx      2 Aug 2004 17:09:47 -0000       1.38
+++ OPreparedStatement.cxx      14 Feb 2005 16:39:46 -0000      1.38.60.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: OPreparedStatement.cxx,v $
  *
- *  $Revision: 1.38 $
+ *  $Revision: 1.38.60.1 $
  *
- *  last change: $Author: hr $ $Date: 2004/08/02 17:09:47 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:39:46 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -144,7 +144,7 @@
                        OSQLParseNode* pNode = 
aParser.parseTree(sErrorMessage,sql);
                        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,_pConnection->getMetaData());
                                delete pNode;




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

Reply via email to