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] Mon Jun 18 08:45:40 +0000 
2007 -------
ama->fs: Small formatting problem: 103559 is displayed because the used
time-style does not define seperators between hours, minutes and second...
  <number:time-style style:name="N123">
   <number:hours number:style="long"/>
   <number:minutes number:style="long"/>
   <number:seconds number:style="long"/>
  </number:time-style>
If you want ':' as seperator, it should be...
  <number:time-style style:name="N123">
   <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>


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