https://issues.apache.org/ooo/show_bug.cgi?id=121285
Clarence GUO <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79880| |review? Flags| | --- Comment #17 from Clarence GUO <[email protected]> --- Created attachment 79880 --> https://issues.apache.org/ooo/attachment.cgi?id=79880&action=edit patch In my fix of i120962, I added a pointer pValidRefToken in ScFormulaCell, this pointer will keep the top ScToken in the stack during interpretion if the formula is a reference formula so that any data range defined by a reference formula can get the correct range. However, in the clone contruction of ScFormulaCell, I simpley assign the pointer from the old ScFormulaCell to the new one. So any delete action in one object will cause invalid reference in another one. -- You are receiving this mail because: You are the assignee for the bug.
