summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/APreparedStatement.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:15:25 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:15:25 +0000
commit9a5cc479a63bebc6316edb754b14a74514cfcec4 (patch)
tree5eff263127f84517ae9b749c5ec36ebdf64d0c90 /connectivity/source/drivers/ado/APreparedStatement.cxx
parentc3c9d5fecb7cff2478a8a50230a963660fb262d7 (diff)
INTEGRATION: CWS dba22ui (1.21.12); FILE MERGED
2006/12/05 09:46:54 fs 1.21.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
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 5362c7336028..135b3acf78b1 100644
--- a/connectivity/source/drivers/ado/APreparedStatement.cxx
+++ b/connectivity/source/drivers/ado/APreparedStatement.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: APreparedStatement.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: kz $ $Date: 2006-11-06 14:34:33 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:15:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -101,7 +101,7 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
sal_Int32 nParameterCount = 0;
::rtl::OUString sDefaultName = ::rtl::OUString::createFromAscii("parame");
replaceParameterNodeName(pNode,sDefaultName,nParameterCount);
- pNode->parseNodeToStr(sNewSql,_pConnection->getMetaData());
+ pNode->parseNodeToStr( sNewSql, _pConnection );
delete pNode;
}
else