connectivity/source/drivers/dbase/DDatabaseMetaData.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c817db3580d3cb194c5bf75782290d1fc3c2592d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 10 16:05:19 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Apr 14 19:43:44 2019 +0200

    Fix typo
    
    Change-Id: Idaf6df71470d2a838ac793bb992f979a51b1c581
    Reviewed-on: https://gerrit.libreoffice.org/70739
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx 
b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
index d03440e6ce33..0f40fe79ca6e 100644
--- a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
@@ -181,7 +181,7 @@ Reference< XResultSet > SAL_CALL 
ODbaseDatabaseMetaData::getColumns(
             {
                 Reference< XColumnsSupplier> xTable(
                     xNames->getByName(*pTabBegin), css::uno::UNO_QUERY);
-                OSL_ENSURE(xTable.is(),"Table not found! Normally a exception 
had to be thrown here!");
+                OSL_ENSURE(xTable.is(),"Table not found! Normally an exception 
had to be thrown here!");
                 aRow[3] = new ORowSetValueDecorator(*pTabBegin);
 
                 Reference< XNameAccess> xColumns = xTable->getColumns();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to