Apache OpenOffice (AOO) Bugzilla – Issue 112516
sw: crash with default tab distance of 0
Last modified: 2013-08-07 14:44:07 UTC
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
Created attachment 70085 [details] avoid divide by zero
Created attachment 70086 [details] example.docx
ama->hbrinkm: Please have a look.
mine
fixed in cws sw33bf06: http://hg.services.openoffice.org/hg/cws/sw33bf06/rev/9b44323f26b7
please verify
Verified in CWS sw33bf06.
seen in master, closing