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

--- Comment #3 from Aron Budea <ba...@caesar.elte.hu> ---
I managed to debug into it, and if it worked correctly, this is where tha
abort() is called:

pSVData->mpApp->Exception( nVCLException );
http://opengrok.libreoffice.org/xref/core/vcl/source/app/svmain.cxx#147

This is the actual abort() call inside Desktop::Exception(ExceptionCategory
nCategory):
Application::Abort( OUString() );
http://opengrok.libreoffice.org/xref/core/desktop/source/app/app.cxx#1281

-- 
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