To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92440
                 Issue #|92440
                 Summary|Embedded object handling
               Component|xml
                 Version|OOo 2.4.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|flr





------- Additional comments from [EMAIL PROTECTED] Mon Aug  4 10:10:01 +0000 
2008 -------
The ODF 1.1 specs does not allow native tables in presentations. Instead the ODF
1.1 specs requests implementors to use embedded spreadsheets.

Since OOo 3.0 has embedded table support and ODF 1.1 requests spreadsheets we
should follow the ODF 1.1 specs and treat the following snipped as an embedded
table:
<draw:frame>
<draw:object>
<office:document-content>
<office:body>
<office:spreadsheet>
<table:table>
<!-- same stuff which 1.2 introduces and OOo 3.0 writes… -->
</table:table>
</office:spreadsheet>
</office:body>
</office:document-content>
</draw:object>
<draw:image> <!-- a fall back -->
</draw:image>
</draw:frame>

---------------------------------------------------------------------
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]

Reply via email to