connectivity/source/drivers/dbase/DTable.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9cd9b6b3372d12c499797b7fac8369d8d9b6f204 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Dec 17 21:29:56 2018 +0100 Commit: Jens Carl <j.car...@gmx.de> CommitDate: Wed Jan 2 07:45:41 2019 +0100 Fix typo Change-Id: Ib3eaaae5fa5a1235e154cb17b5e202d7764d9c45 Reviewed-on: https://gerrit.libreoffice.org/65801 Tested-by: Jenkins Reviewed-by: Jens Carl <j.car...@gmx.de> diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx index b24603d7b79d..d5e1a1b46c41 100644 --- a/connectivity/source/drivers/dbase/DTable.cxx +++ b/connectivity/source/drivers/dbase/DTable.cxx @@ -346,10 +346,10 @@ void ODbaseTable::fillColumns() aTypeName = "NUMERIC"; 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... nPrecision = SvDbaseConverter::ConvertPrecisionToOdbc(nPrecision,aDBFColumn.db_dez); - // This is not true for older versions .... + // This is not true for older versions... break; case 'L': eType = DataType::BIT; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits