https://bugs.documentfoundation.org/show_bug.cgi?id=163019
--- Comment #13 from Andreas Heinisch <[email protected]> --- The problem arises in the redraw process of the dirty cells: https://opengrok.libreoffice.org/xref/core/sc/source/core/data/column4.cxx?r=97649f5d#1897 const ScFormulaCellGroupRef& mxGroupChild = (*itCell)->GetCellGroup(); ScFormulaCell* pChildTopCell = mxGroupChild ? mxGroupChild->mpTopCell : *itCell; where mpTopCell is a null pointer. An attempted fix: https://gerrit.libreoffice.org/c/core/+/173975 -- You are receiving this mail because: You are the assignee for the bug.
