Kaydet (Commit) 9cd9b6b3 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ib3eaaae5fa5a1235e154cb17b5e202d7764d9c45
Reviewed-on: https://gerrit.libreoffice.org/65801
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst be8897d9
...@@ -346,10 +346,10 @@ void ODbaseTable::fillColumns() ...@@ -346,10 +346,10 @@ void ODbaseTable::fillColumns()
aTypeName = "NUMERIC"; aTypeName = "NUMERIC";
eType = DataType::DECIMAL; eType = DataType::DECIMAL;
// for numeric fields two characters more are written, than the precision of the column description predescribes, // for numeric fields two characters more are written, then the precision of the column description predescribes,
// to keep room for the possible sign and the comma. This has to be considered... // to keep room for the possible sign and the comma. This has to be considered...
nPrecision = SvDbaseConverter::ConvertPrecisionToOdbc(nPrecision,aDBFColumn.db_dez); nPrecision = SvDbaseConverter::ConvertPrecisionToOdbc(nPrecision,aDBFColumn.db_dez);
// This is not true for older versions .... // This is not true for older versions...
break; break;
case 'L': case 'L':
eType = DataType::BIT; eType = DataType::BIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment