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





------- Additional comments from [EMAIL PROTECTED] Wed Jun 20 18:28:56 +0000 
2007 -------
fs->tmorgner: Unzip report_definition.odt, and look into content.xml. You'll 
find
<number:time-style style:name="N5041"
                   number:language="de"
                   number:country="DE">
 <number:hours number:style="long"/>
 <number:text>:</number:text>
 <number:minutes number:style="long"/>
 <number:text>:</number:text>
 <number:seconds number:style="long"/>
</number:time-style>

As you can see, the : is present in the style definition.

Feed this file into the engine, and you'll get a file like generated_report.odt.
Unzip it, look into content.xml, you'll find:
<number:time-style number:language="de"
                   number:country="DE"
                   style:name="N5041">
 <number:hours number:style="long"/>
 <number:text/>
 <number:minutes number:style="long"/>
 <number:text/>
 <number:seconds number:style="long"/>
</number:time-style>

As you can see, the colons are gone.

=> this is a bug in the engine, not in the report designer


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