summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2018-01-18 12:43:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-18 23:54:44 +0100
commit4e035a609edb3d8435456e1b9a5fed279821f064 (patch)
treeb8fe72da8d0682b4c1bac9549174aa5d9faa9db6 /dbaccess
parentc08d6e581fce4df501b84d5ad6349905db888863 (diff)
Fix reg from 4cb3e1c05a16af3dad03db9d789dc7ea061b33cf
Change-Id: I853a949e68d192c48a90321a8b3b75a5d443638b Reviewed-on: https://gerrit.libreoffice.org/48111 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/tabledesign/TableController.cxx2
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;