diff options
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |