https://bugs.freedesktop.org/show_bug.cgi?id=73270

Matthias Basler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=52638

--- Comment #4 from Matthias Basler <[email protected]> ---
Well, having spent 3hrs trying to create a sample document, I give up.

It seems that everytime I simplify an affected document and save it again, that
document is then "stable", that is, I cannot reproduce the issue on it any
more.
I even created a Lorem ipsum document with 100 pages and 200 image, but again I
could not reproduce the issue on it.

---
There is, however two details about the issue that I can share:

On the first document where the error occurs (a custom genealogy report
generated by the open source GRAMPS application), the corrupted file
consistently ends up at 30MB instead of the 50MB of the initial file. There is
no obvious rule as to which images get lost, as far as I can tell.
The corrupted file has only 178 images (instead of the inital 193 images) in
its "pictures" subdirectory, and I can give you a typical before<->after
section of the content.xml:

Before (correct):
-----
<draw:frame draw:style-name="fr4" draw:name="MYIMAGE_JPG"
text:anchor-type="paragraph" svg:y="0cm" svg:width="3.11cm"
svg:height="4.001cm" draw:z-index="1">
<draw:image xlink:href="Pictures/10000000000002BC000003848D4E4622.jpg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/></draw:frame>
</text:p></table:table-cell></table:table-row></table:table></table:table-cell></table:table-row>
-----

After:
-----
<draw:frame draw:style-name="fr4" draw:name="MYIMAGE_JPG"
text:anchor-type="paragraph" svg:y="0cm" svg:width="3.11cm"
svg:height="4.001cm" draw:z-index="3">
<draw:image/></draw:frame>
</text:p></table:table-cell></table:table-row></table:table></table:table-cell></table:table-row>
-----
(Note that I replaced the filename with "MYIMAGE" for privacy reasons.)

As you can see, the "xlink:href" has been removed and only a "<draw:image/>"
tag remains of the image. This is an identical effect as described in 
bug 52638, comment 12. So my guess is, that we have a duplicate here and that 
bug 52638 is not a Mac-OS X issue only.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to