https://bugs.documentfoundation.org/show_bug.cgi?id=97195
--- Comment #19 from Armin Le Grand (CIB) <[email protected]> --- Seems to be a MSVC compiler error. The loop for (const Primitive& primitive: primitives) is used three times in slideshow\source\engine\OGLTrans\generic\OGLTrans_TransitionImpl.cxx. In 'displayPrimitives' it executes it's body even with empty vector, that way '*first++' gets dereferenced and crashes. -- 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
