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

--- Comment #12 from Jan Holesovsky <[email protected]> ---
Dipankar: To get a better idea where to code, you need to open LibreOffice in a
debugger, set breakpoint in editeng/source/items/flditem.cxx 's
SvxFieldData::Create().  Then run the import of the document, and when the
breakpoint is reached, set your debugger to stop on a throw (in gdb, it would
be the 'catch throw' command), and continue the execution.

Then you'll see what exactly throws and where, and from that point, you'll
hopefully have a better idea what to add.

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

Reply via email to