https://bugs.freedesktop.org/show_bug.cgi?id=55820
--- Comment #9 from [email protected] --- The attached patch sligthly improves readability. This is useful for code that already caused at least 3 bugs. If I understand well, for each element: - EndURL() is called at most once, - then RunText() is called an arbitrary number of times, - then EndRun() is called exactly once. If so, the variable m_startedHyperlink may be read before it is set for the current element. One solution would be to make it local to EndRun(). It is possible that the bug is caused by this sequence. - EndURL then RunText then Endrun are called for Element 1 assuming m_pHyperlinkAttrList, m_startedHyperlink is set when we exit - EndURL then RunText then EndRun are called for Element 2 closing of Element 2 happens to quick. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
