User: vg      
Date: 05/03/10 07:28:56

Modified:
 /dba/connectivity/source/drivers/flat/
  EDriver.cxx

Log:
 INTEGRATION: CWS dba24 (1.5.52); FILE MERGED
 2005/03/08 07:45:28 fs 1.5.52.3: RESYNC: (1.5-1.6); FILE MERGED
 2005/02/10 13:38:05 fs 1.5.52.2: found during #i15113#: m_bFixedLength never 
used
 2005/02/04 08:43:37 oj 1.5.52.1: STLPort fix from thb

File Changes:

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

File [changed]: EDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/flat/EDriver.cxx?r1=1.6&r2=1.7
Delta lines:  +2 -8
-------------------
--- EDriver.cxx 24 Feb 2005 14:39:12 -0000      1.6
+++ EDriver.cxx 10 Mar 2005 15:28:53 -0000      1.7
@@ -137,13 +137,6 @@
                aBoolean[1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("1"));
 
                aDriverInfo.push_back(DriverPropertyInfo(
-                               
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FixedLength"))
-                               
,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FixedLength of the database."))
-                               ,sal_False
-                               ,::rtl::OUString()
-                               ,Sequence< ::rtl::OUString >())
-                               );
-               aDriverInfo.push_back(DriverPropertyInfo(
                                
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("FieldDelimiter"))
                                
,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Field separator."))
                                ,sal_False
@@ -178,7 +171,8 @@
                                
,::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0"))
                                ,aBoolean)
                                );
-               return 
::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ),Sequence< 
DriverPropertyInfo >(&(aDriverInfo[0]),aDriverInfo.size()));
+               return 
::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ),
+                                             Sequence< DriverPropertyInfo 
>(&aDriverInfo[0],aDriverInfo.size()));
        }
        
::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid
 URL!")) ,*this);
        return Sequence< DriverPropertyInfo >();




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

Reply via email to