To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99403 Issue #|99403 Summary|Convert Text-to-Table with Bookmarks error Component|Word processor Version|OOo 3.0.1 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|editing Assigned to|writerneedsconfirm Reported by|u8i
------- Additional comments from [email protected] Thu Feb 19 09:57:02 +0000 2009 ------- When converting a text with bookmarks using the text-to-table function and saving the document the document cannot be reopend (Read error). After further investigation I found out that the <text:bookmark-start ..> <text:bookmark-end ..> goes over multiple rows. After deleting the relevant tags the document opened fine. Here comes the XML-snippet from content.xml <table:table table:name="Tabelle8" table:style-name="Tabelle8"> <table:table-column table:style-name="Tabelle8.A"/> <table:table-column table:style-name="Tabelle8.B"/> <table:table-row> <table:table-cell table:style-name="Tabelle8.A1" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:bookmark-start text:name="DDE_LINK14"/> <text:span text:style-name="T15">Nutzungsverhalten</text:span> </text:p> </table:table-cell> <table:table-cell table:style-name="Tabelle8.B1" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Faehrt </text:span> </text:p> </table:table-cell> </table:table-row> <table:table-row> <table:table-cell table:style-name="Tabelle8.A2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Handymodell</text:span> </text:p> </table:table-cell> <table:table-cell table:style-name="Tabelle8.B2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Modern. </text:span> </text:p> </table:table-cell> </table:table-row> <table:table-row> <table:table-cell table:style-name="Tabelle8.A2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Erwartungen an das Produkt</text:span> </text:p> </table:table-cell> <table:table-cell table:style-name="Tabelle8.B2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Kostenlos. </text:span> </text:p> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Muss cool sein/aussehen. </text:span> </text:p> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Viele Features</text:span> </text:p> </table:table-cell> </table:table-row> <table:table-row> <table:table-cell table:style-name="Tabelle8.A2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">NNN</text:span> </text:p> </table:table-cell> <table:table-cell table:style-name="Tabelle8.B2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">sehr oft</text:span> </text:p> </table:table-cell> </table:table-row> <table:table-row> <table:table-cell table:style-name="Tabelle8.A2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Eignung </text:span> <text:bookmark-end text:name="DDE_LINK14"/> </text:p> </table:table-cell> <table:table-cell table:style-name="Tabelle8.B2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:span text:style-name="T15">Musik etc.</text:span> </text:p> </table:table-cell> </table:table-row> <table:table-row> <table:table-cell table:style-name="Tabelle8.A2" office:value-type="string"> <text:p text:style-name="Table_20_Contents"> <text:bookmark-start text:name="DDE_LINK15"/> <text:span text:style-name="T15">Alter</text:span> </text:p> </table:table-cell> <table:table-cell table:style-name="Tabelle8.B6" office:value-type="date" office:date-value="2018-10-01"> <text:p text:style-name="Table_20_Contents"> <text:bookmark-end text:name="DDE_LINK15"/> <text:span text:style-name="T15">01.10.18</text:span> </text:p> </table:table-cell> </table:table-row> </table:table> --------------------------------------------------------------------- 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]
