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





------- Additional comments from m...@openoffice.org Fri Dec 11 15:13:35 +0000 
2009 -------
> (i.e. they are not actually lost, they are loaded and
> stored, just not displayed in the UI).

oops, actually they're not.
i just tried it out.

i've tried to solve the issue that OOo 2 treats meta:user-defined with
meta:value-type="string" differently than meta:user-defined with no meta:value
attribute by simply writing only meta:user-defined without meta:value-type
attribute for string properties.

but unfortunately the OOo 2 code is so broken, it only reads a maximum of 4 such
elements, and throws the others away!
hmm... so the OOo 3 code should not write more than 4 meta:user-defiend without
meta:value-type; if there are more than 4 string properties the additional ones
should be written as meta:user-defined meta:value-type="string".

then OOo 2 will display the 4 without meta:value-type in the UI, and add the
other ones as properties to DocumentInfo service, and can store them again.
no data loss.


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


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

Reply via email to