Kaydet (Commit) 4e035a60 authored tarafından Julien Nabet's avatar Julien Nabet

Fix reg from 4cb3e1c0

Change-Id: I853a949e68d192c48a90321a8b3b75a5d443638b
Reviewed-on: https://gerrit.libreoffice.org/48111Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst c08d6e58
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment