https://issues.apache.org/ooo/show_bug.cgi?id=120077
--- Comment #7 from ChaoHuang <[email protected]> --- (In reply to comment #5) > Created attachment 78464 [details] > Extended patch to also make safe other places where SfxStyleSheetIterator is > used For the changes in file "sc/source/core/data/patattr.cxx" and "sc/source/core/data/stlsheet.cxx", I think that there will be more investigation on the impact on code like : pStyle = pIter->First(); delete pIter; Is pStyle invalid after calling "delete pIter"? -- You are receiving this mail because: You are the assignee for the bug.
