Change-Id: I66a7297e94c152920ac6c00a5a1aa61344a75fe6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138185
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2022-08-12 11:32:10 +02:00 committed by Julien Nabet
parent f7748dfefe
commit 788be5ee62

View file

@ -250,7 +250,7 @@ void FormulaGroupAreaListener::collectFormulaCells(
// http://bugs.documentfoundation.org/attachment.cgi?id=114042
// Apparently this was fixed in the meantime, let's assume and get the
// assert bat out to hit us if it wasn't.
assert(!"something is still messing up the formula goup and block size length");
assert(!"something is still messing up the formula group and block size length");
}
ScFormulaCell* const * ppEnd = pp + mnGroupLen;