https://issues.apache.org/ooo/show_bug.cgi?id=125187
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED Assignee|[email protected] |[email protected] |g | --- Comment #1 from Armin Le Grand <[email protected]> --- Grepping and investigating. Problem is in filter module in SvxMSDffManager::GetDrawingGroupContainerData where the BLIP data is prepared. A BLIP can be directly embedded in the current partial stream read following the PLIP info which is processed or be in an own partial stream and an offset is read and remembered. The cirteria for the 2nd is that there is no BLIPPos read and no BLIPLen. This is in the submitted case not sufficient, the 1st pic later missing has 0 == BLIPPos, but is *not* embedded following in the local stream. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
