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

--- Comment #4 from Justin L <[email protected]> ---
Although it seems unrelated to the problem, reading this document (and the unit
tests from the regression commit) produces exceptions for these Shapes with
styles: warn:legacy.osl:22978:22978:xmloff/source/draw/ximpshap.cxx:676:
DBG_UNHANDLED_EXCEPTION in void SdXMLShapeContext::SetStyle(bool).

The document loads properly when avoiding shapeexport.cxx's
        if (aParentName.isEmpty() &&
xPropertySetInfo->hasPropertyByName("TextBox") &&
xPropSet->getPropertyValue("TextBox").hasValue() &&
xPropSet->getPropertyValue("TextBox").get<bool>())
        {
            // Shapes with a Writer TextBox always have a parent style.
            // If there would be none, then just assign the first available.

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