https://issues.apache.org/ooo/show_bug.cgi?id=121825

--- Comment #3 from Ariel Constenla-Haile <[email protected]> ---
(In reply to comment #2)
> Created attachment 80359 [details]
> change the decimal for a period instead of a coma for decimal separator, as
> well as coma instead of period of thousand separator
> 
> change the decimal for a period instead of a coma for decimal separator, as
> well as coma instead of period of thousand separator

This breaks the build.
If you change the decimal and thousand separator you have to change the number
format, too:

<FormatElement msgid="FixedFormatskey5" default="false" type="medium"
usage="FIXED_NUMBER"  formatindex="4">
<FormatCode>#.##0,00</FormatCode>
<DefaultName></DefaultName>
</FormatElement>

the format code #.##0,00 has point as ThousandSeparator and
comma as DecimalSeparator, while

> > +<ThousandSeparator>,</ThousandSeparator>
> > +<DecimalSeparator>.</DecimalSeparator>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to