User: vg      
Date: 05/02/16 09:31:09

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

Log:
 INTEGRATION: CWS dr33 (1.38.60); FILE MERGED
 2005/02/14 16:39:46 dr 1.38.60.1: #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.39
Delta lines:  +34 -34
---------------------
--- OPreparedStatement.cxx      2 Aug 2004 17:09:47 -0000       1.38
+++ OPreparedStatement.cxx      16 Feb 2005 17:31:07 -0000      1.39
@@ -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