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

Prefer prefix operator

Change-Id: I44934f66b11fc537045df1d15fe98844ee7045ca
Reviewed-on: https://gerrit.libreoffice.org/42370Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 96d90bd4
......@@ -3217,7 +3217,7 @@ void SwDBManager::RevokeLastRegistrations()
it = m_aUncommitedRegistrations.erase(it);
}
else
it++;
++it;
}
}
}
......
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