To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112516 Issue #|112516 Summary|sw: crash with default tab distance of 0 Component|Word processor Version|DEV300m83 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ama Reported by|cmc
------- Additional comments from [email protected] Fri Jun 18 14:31:35 +0000 2010 ------- This .docx has a word/settings.xml with <w:defaultTabStop w:val="0"/>, i.e. 0 for default tab stop distance. That'll generally crash layout at some stage when we divide by 0. I'm not sure if we want to avoid crashing in the core with a minimum of at least 1, or block these from entering in the .docx import filters, e.g. in the .doc filter we have an arbitrary minimum default tab stop width --------------------------------------------------------------------- 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]
