To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97274
User mst changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Feb 11 18:00:39 +0000
2009 -------
this crash only occurs on invalid ODF documents:
they contain a table with no cells, e.g.:
<table:table/>
the crash is in SwLayHelper::CheckInsert: the SwTabFrm for the table does not
point to any SwRowFrm.
as a fix, the import filter now detects invalid tables that contain no cells,
and does not insert them into the document (actually, the already inserted table
with dummy cell is deleted).
fixed in cws odfmetadata2.
---------------------------------------------------------------------
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]