the easiest way to figure out stuff like that, is to run LO under gdb, e.g.
    make debugrun
set a breakpoint in XmlReader::handleReference with something like
   br xmlreader.cxx:429
where it throws the exception,
and examine the callstack using the
   bt
   up
   down
commands.
_______________________________________________
LibreOffice mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to