https://bugs.freedesktop.org/show_bug.cgi?id=56877
Rob Snelders <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | --- Comment #19 from Rob Snelders <[email protected]> --- The problem is that when it can't find the template it creates a empty file and tries to read that: core/sfx2/source/appl/appopen.cxx:400 if ( !aMedium.GetStorage( sal_True ).is() ) It should give sal_False as argument then the application doesn't crash anymore. Then it doesn't create the empty file anymore but simply returns that the file doesn't exist. But it will still try to load the document multiple times a second. So now going to search how to stop that. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
