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

Armin Le Grand <armin.le.gr...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|clip...@apache.org          |armin.le.gr...@me.com
           Severity|trivial                     |major

--- Comment #29 from Armin Le Grand <armin.le.gr...@me.com> ---
Found the basic mechanism, but the SwapIn stuff (using several reschedules and
calls over 40 stack levels) is too dangerous to touch (need to rework that in
the not too far future). Luckily there are other ways to fix the two cases
where breaking a link does not work:
(1) new writer, insert jpeg linked graphic, break link, save -> png in ODF
(2) new writer, insert jpeg link, save, reload, break link, save -> png in ODF
For both I added code to let the original data survive AFAP; the original data
and data type is deep in the Graphic impl (ImpGraphic) in a sub-class called
GfxLink (which has nothing to do with linked graphics but e.g. handles the temp
swap file and type).
Grepping, changing importance (37 votes), preparing commit...

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