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

Julien Nabet serval2412 at yahoo.fr
Thu Jan 18 22:55:09 UTC 2018


 dbaccess/source/ui/tabledesign/TableController.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e035a609edb3d8435456e1b9a5fed279821f064
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Jan 18 12:43:45 2018 +0100

    Fix reg from 4cb3e1c05a16af3dad03db9d789dc7ea061b33cf
    
    Change-Id: I853a949e68d192c48a90321a8b3b75a5d443638b
    Reviewed-on: https://gerrit.libreoffice.org/48111
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx
index 2125ce4c777a..c117ef08ee91 100644
--- a/dbaccess/source/ui/tabledesign/TableController.cxx
+++ b/dbaccess/source/ui/tabledesign/TableController.cxx
@@ -1132,7 +1132,7 @@ void OTableController::alterColumns()
     // first look for columns where something other than the name changed
     for (auto const& row : m_vRowList)
     {
-        OSL_ENSURE(*aIter,"OTableRow is null!");
+        OSL_ENSURE(row,"OTableRow is null!");
         OFieldDescription* pField = row->GetActFieldDescr();
         if ( !pField )
             continue;


More information about the Libreoffice-commits mailing list