Hey,

I had a quick look at [1] and noticed that it introduces again
relationships with a URL starting with "
http://schemas.openxmlformats.org/officeDocument/2006/relationships";.
Please be careful when you add such relationships and try to use a way that
takes care of the OOXML strict relationships at the same time. An example
for this is
oox::core::Relations::getFragmentPathFromFirstTypeFromOfficeDoc

Basically all relations of that type have to be checked against the OOXML
transitional URL and the OOXML strict URL during import. Sadly it seems
that I did not get all places correct for writer yet so testing OOXML
strict with writer still only shows an empty document.

Regards,
Markus
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to