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





------- Additional comments from [EMAIL PROTECTED] Mon Mar  5 18:57:01 +0000 
2007 -------
Note that currency formats 12,13,14,15,17 most certainly are not correct.

First, I doubt that Frisians use parentheses instead of minus signs.

Second, the format codes produce incorrect (duplicated) formats. To solve,
remove [RED] from formatindex="13" so that 
[CURRENCY]#.##0,00;[RED]([CURRENCY]#.##0,00)
instead reads
[CURRENCY]#.##0,00;([CURRENCY]#.##0,00)

and add the [RED] to formatindex="14" so that
[CURRENCY]#.##0;([CURRENCY]#.##0)
instead reads
[CURRENCY]#.##0;[RED]([CURRENCY]#.##0)


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