https://issues.apache.org/ooo/show_bug.cgi?id=124030
--- Comment #4 from Oliver-Rainer Wittmann <[email protected]> --- fix in progress root cause: The code which applies the read comment/annotation to a text range, when ODF element <office:annotation-end> is read, triggers by side effect the invalidation of a <com::sun::star::text::TextRange> instance which are hold to apply certain attributes. When accessing this invalid <com::sun::star::text::TextRange> instance OpenOffice crashes. I figured out that the invalidation of the <com::sun::star::text::TextRange> instance is not correct as the change does not influence this <com::sun::star::text::TextRange> instance. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
