To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105325
User mav changed the following:
What |Old value |New value
================================================================================
CC|'' |'dr'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Sep 28 07:18:24 +0000
2009 -------
I suspect that the filter implementation uses Package storage for OOXML files.
That was never allowed, but has worked by luck. Now the package is more strict
regarding broken storages, and thus it correctly recognizes that the storage is
no package storage and throws exception.
The exception is thrown later, since the storage loads the document ( and
detects that it has wrong format ) on demand.
The correct way would be to use OOXML storage implementation, that already
parses relations and mediatypes. Although that might be a big change for P1 fix,
since as I assume the filter parses the relations itself. So the quick fix would
be to use Zip storage instead of Package storage ( that is actually intended in
the current implementation ).
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]