https://bugs.documentfoundation.org/show_bug.cgi?id=130262

--- Comment #8 from Miklos Vajna <vmik...@collabora.com> ---
A couple of pointers:

- The DOC import starts in WW8Reader::Read, put a breakpoint there before you
enable other breakpoints, so you don't get noise from soffice startup.

- The upper/lower spacing is read in SwWW8ImplReader::Read_UL(), the first
thing I would check if nPara there is ever indeed that large 13520 value.

- If not, you could put a breakpoint on SvxULSpaceItem::SvxULSpaceItem() and
see if anybody creates such a pool item with the 13520 value.

Hopefully one of these will tell you the source of the 13520 value.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to