summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/flat/EDriver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/flat/EDriver.cxx')
-rw-r--r--connectivity/source/drivers/flat/EDriver.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/connectivity/source/drivers/flat/EDriver.cxx b/connectivity/source/drivers/flat/EDriver.cxx
index 6a1c4a37adef..6ab16eabee0e 100644
--- a/connectivity/source/drivers/flat/EDriver.cxx
+++ b/connectivity/source/drivers/flat/EDriver.cxx
@@ -88,40 +88,40 @@ Sequence< DriverPropertyInfo > SAL_CALL ODriver::getPropertyInfo( const OUString
std::vector< DriverPropertyInfo > aDriverInfo
{
- { DriverPropertyInfo(
+ {
"FieldDelimiter"
,"Field separator."
,false
,OUString()
- ,Sequence< OUString >())
+ ,Sequence< OUString >()
},
- { DriverPropertyInfo(
+ {
"HeaderLine"
,"Text contains headers."
,false
,"0"
- ,aBoolean)
+ ,aBoolean
},
- { DriverPropertyInfo(
+ {
"StringDelimiter"
,"Text separator."
,false
,"0"
- ,aBoolean)
+ ,aBoolean
},
- { DriverPropertyInfo(
+ {
"DecimalDelimiter"
,"Decimal separator."
,false
,"0"
- ,aBoolean)
+ ,aBoolean
},
- { DriverPropertyInfo(
+ {
"ThousandDelimiter"
,"Thousands separator."
,false
,"0"
- ,aBoolean)
+ ,aBoolean
}
};
return ::comphelper::concatSequences(OFileDriver::getPropertyInfo(url,info ),