To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60323


User mba changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|OOo 3.2                   |OOo 3.x
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Wed May 20 11:45:28 +0000 
2009 -------
The implementation is tricky. If we write meta.xml we must not write any
personal data into it or we must remove this data from all objects in case the
user does not store it for the container document. So how can we prevent some
meta data from being stored for embedded documents?

The MetaExport class just serializes everything what has been stored in the
DocumentProperties and I see no easy way to change that (UNO APIs involved).

The DocumentProperties instance does not know anything about whether the
document is embedded or not, so it will take all set...() calls for any 
property.

We could fix that by not calling e.g. setAuthor() and similar things for
embedded documents. This would be some effort and it remains error prone. So
this feature needs some more thoughts.



---------------------------------------------------------------------
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: issues-unsubscr...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to