To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108047
------- Additional comments from [email protected] Mon Jan 4 06:55:18 +0000 2010 ------- The namespace r used for r:id attribute of w:hyperlink is undefined in word/footnotes.xml . Therefore, the hyperlink field creation in hyperlink context handler fails silently and then any method of the handler trying to get the actual field from field stack (m_aFieldStack) crashes. The attached patch guards against accessing elements of empty stack in methods related to this crash. The second extends it to all (if I haven't overlooked any) methods of the hyperlink context handler that use m_aFieldStack. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
