Tag: cws_src680_dr33
User: dr      
Date: 05/02/14 08:34:19

Modified:
 /dba/connectivity/source/drivers/ado/
  APreparedStatement.cxx

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

File Changes:

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

File [changed]: APreparedStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/APreparedStatement.cxx?r1=1.14&r2=1.14.60.1
Delta lines:  +4 -4
-------------------
--- APreparedStatement.cxx      2 Aug 2004 16:57:43 -0000       1.14
+++ APreparedStatement.cxx      14 Feb 2005 16:34:16 -0000      1.14.60.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: APreparedStatement.cxx,v $
  *
- *  $Revision: 1.14 $
+ *  $Revision: 1.14.60.1 $
  *
- *  last change: $Author: hr $ $Date: 2004/08/02 16:57:43 $
+ *  last change: $Author: dr $ $Date: 2005/02/14 16:34:16 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -120,7 +120,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 "��" */
                sal_Int32 nParameterCount = 0;
                ::rtl::OUString sDefaultName = 
::rtl::OUString::createFromAscii("parame");
                replaceParameterNodeName(pNode,sDefaultName,nParameterCount);




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

Reply via email to