User: vg Date: 05/02/16 09:23:33 Modified: /dba/connectivity/source/drivers/ado/ APreparedStatement.cxx
Log: 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 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.15 Delta lines: +1 -1 ------------------- --- APreparedStatement.cxx 2 Aug 2004 16:57:43 -0000 1.14 +++ APreparedStatement.cxx 16 Feb 2005 17:23:30 -0000 1.15 @@ -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]
