https://bugs.documentfoundation.org/show_bug.cgi?id=141652
--- Comment #2 from Justin L <[email protected]> --- I thought it was a FILEOPEN problem because if I revert, then all previously round-tripped files opened OK. But in Word 2016 they looked stretched out. So it must be a file-save problem after all. - rPropMap.setProperty(ShapeProperty::FillBitmap, xGraphic); + if (rPropMap.supportsProperty(ShapeProperty::FillBitmapName)) + rPropMap.setProperty(ShapeProperty::FillBitmapName, xGraphic); + else + rPropMap.setProperty(ShapeProperty::FillBitmap, xGraphic); -- You are receiving this mail because: You are the assignee for the bug.
