To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69278
User obr changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Sep 7 05:16:09 -0700
2006 -------
It turns out that extendable group do not support localization yet and for now
it is undefined which of
the values gets returned. I submitted issue 69360 for this.
Meanwhile I introduced a script that transforms
<prop oor:name="foo">
<value xml:lang="en-US">bar</value>
<value xml:lang="de">bla</value>
</prop>
into
<prop oor:name="foo_en-US">
<value>bar</value>
</prop>
<prop oor:name="foo_de">
<value>bla</value>
</prop>
Fix commited, but further testing needed.
---------------------------------------------------------------------
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]