https://bugs.documentfoundation.org/show_bug.cgi?id=169610
--- Comment #2 from Regina Henschel <[email protected]> --- (In reply to Regina Henschel from comment #1) > I wonder what happens here, because > ScXMLExport::WriteExternalDataTransformations has a case > sc::TransformationType::SORT_TRANSFORMATION The implementation has const sc::DocumentLinkManager& rMgr = rDoc.GetDocLinkManager(); const sc::DataStream* pStrm = rMgr.getDataStream(); if (!pStrm) // No data stream. return; pStrm is nullptr here. This part is different from the other cases. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
