To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42375
User cl changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
Target milestone|OOo Later |OOo 2.2.1
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Mar 28 13:54:45 +0000
2007 -------
For 2.2.1 I now export an empty href, which causes no validation error. But
since an empty href in this context would be a syntax error I also added the
possibility to not export any draw:object element inside a draw:frame that is an
empty placeholder at all. The later will be a final fix for 3.0 but since it is
incompatible I do not export that by default but the version from this cws is
already able to import this.
To test create an empty presentation document and select the slide layout
"Title, Object", "Title, Chart" or "Title, Spreadsheet". Save this document
without adding an ole to the object placeholder. Previous version will export a
<draw:object/> which is invalid as it misses the xlink:href attribute. With this
fix we export <draw:object xlink:href="" xlink:type="simple" xlink:show="embed"
xlink:actuate="onLoad" /> which is valid odf xml.
If you set the environment variable ENABLE_EXPERIMENTAL_ODF_EXPORT before
starting soffice, the same document will be exported without an <draw:object/>
element at all which is also valid because the parent <draw:frame> element can
be empty. Now when older versions load this document the placeholder shape will
be missing. But this fix also allows to load such documents so this import
should also be tested as it will enable 2.2.1 version to correctly load 2.3
documents later since then we will not export <draw:object> for placeholders by
default.
---------------------------------------------------------------------
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]