i18npool/source/localedata/data/locale.dtd | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit 628ec2a1ce1370b04b832437fce9a661f3d8f754 Author: Eike Rathke <[email protected]> Date: Wed Nov 7 15:52:25 2012 +0100 enhance documentation of Currency legacyOnly attribute Change-Id: I05f2f5e51490b6830a01fe72b11dd9da174719fd diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index 6575eb3..d044801 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -395,6 +395,14 @@ documents and is not selectable in the UI otherwise. Defaults to "false" if not specified. If this attribute is "true", 'default' and 'usedInCompatibleFormatCodes' must both be "false". + + Currency elements must not be changed to contain only a different + CurrencySymbol element without changing the CurrencyID and BankSymbol + elements, instead the entire Currency element must be duplicated, the old + element needs this 'legacyOnly' attribute be added and 'default' and + 'usedInCompatibleFormatCodes' attributes must be set to "false", and only + in the new duplicated Currency element the CurrencySymbol element be + changed. --> <!ELEMENT CurrencyID (#PCDATA)> <!-- The ISO 4217 three letter currency code, e.g. USD or EUR. --> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
