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

Modified:
 /dba/connectivity/source/drivers/evoab/
  LConnection.cxx

Log:
 INTEGRATION: CWS dr33 (1.4.52); FILE MERGED
 2005/02/14 16:37:27 dr 1.4.52.1: #i42367# remove non-ASCII characters from C++ 
sources

File Changes:

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

File [changed]: LConnection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LConnection.cxx?r1=1.4&r2=1.5
Delta lines:  +16 -16
---------------------
--- LConnection.cxx     8 Sep 2004 16:20:00 -0000       1.4
+++ LConnection.cxx     16 Feb 2005 17:24:59 -0000      1.5
@@ -208,7 +208,7 @@
        
aParam.push_back(PropertyValue(::rtl::OUString::createFromAscii("DecimalDelimiter"),
 0, makeAny(::rtl::OUString(&m_cDecimalDelimiter,1)), 
PropertyState_DIRECT_VALUE));
        
aParam.push_back(PropertyValue(::rtl::OUString::createFromAscii("ThousandDelimiter"),
 0, makeAny(::rtl::OUString(&m_cThousandDelimiter,1)), 
PropertyState_DIRECT_VALUE));
 
-    // build a new parameter sequence from the original parameters, appended 
b� the new parameters from above
+    // build a new parameter sequence from the original parameters, appended 
by the new parameters from above
         PropertyValue *pParams = aParam.empty() ? 0 : &aParam[0];
         aDriverParam = ::comphelper::concatSequences(
         info,




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

Reply via email to