https://issues.apache.org/ooo/show_bug.cgi?id=15508

--- Comment #28 from Armin Le Grand <[email protected]> ---
Writer is using the deep-buried GraphicObject/Graphic stuff. At write time when
I compare (a) writer graphic inserted as link, then unlinked and (2) writer
graphic inserted without link, I have when looking at the following code:

const GraphicObject aGrfObject(AsciiObjectID);
Graphic aGraphic((Graphic&)aGrfObject.GetGraphic());
const GfxLink aGfxLink(aGraphic.GetLink());

in (a) an empty GfxLink of type GFX_LINK_TYPE_NONE, no swap, no buffer.
in (b) one of type GFX_LINK_TYPE_NATIVE_JPG with a link to a local temp file
containing the original

I would expect that breaking the link via the dialog would create the same
result, this seems to be the problem...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to