summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/APreparedStatement.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:23:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:23:30 +0000
commit7a49be7bb383de6ba6c9126127081847ac905c42 (patch)
tree1fcbc08c7172f21133b11f45d25c3ab7e8ce4a92 /connectivity/source/drivers/ado/APreparedStatement.cxx
parent388256e2650a655c6f4f26cbb99a1001e5a67e43 (diff)
INTEGRATION: CWS dr33 (1.14.60); FILE MERGED
2005/02/14 16:34:16 dr 1.14.60.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'connectivity/source/drivers/ado/APreparedStatement.cxx')
-rw-r--r--connectivity/source/drivers/ado/APreparedStatement.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/APreparedStatement.cxx b/connectivity/source/drivers/ado/APreparedStatement.cxx
index 7bd2374fb0..67e0d6747b 100644
--- a/connectivity/source/drivers/ado/APreparedStatement.cxx
+++ b/connectivity/source/drivers/ado/APreparedStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: APreparedStatement.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:57:43 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:23:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
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);