[Libreoffice-commits] core.git: connectivity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 2 06:46:02 UTC 2019


 connectivity/source/drivers/dbase/DTable.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9cd9b6b3372d12c499797b7fac8369d8d9b6f204
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Dec 17 21:29:56 2018 +0100
Commit:     Jens Carl <j.carl43 at 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.carl43 at 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;


More information about the Libreoffice-commits mailing list