diff options
author | Eike Rathke <erack@redhat.com> | 2012-12-13 23:54:44 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-12-13 23:54:57 +0100 |
commit | 34b7826f9814b09dcd6aba15552bef1c330f3db2 (patch) | |
tree | d27dd25d0bd6ddfa8864d97ab874140700a7bc1e /xmloff | |
parent | aaa77d7473023fa9e5879d897230ff6dcb091f20 (diff) |
added some FIXME-BCP47 markers
Change-Id: I085ca72b6c2dc1e73f4af7233017895bf92b2ef8
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlnumfe.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmloff/source/style/xmlnumfe.cxx b/xmloff/source/style/xmlnumfe.cxx index 694d939386c5..98e3e9e803cb 100644 --- a/xmloff/source/style/xmlnumfe.cxx +++ b/xmloff/source/style/xmlnumfe.cxx @@ -342,6 +342,12 @@ void SvXMLNumFmtExport::AddLanguageAttr_Impl( sal_Int32 nLang ) { if ( nLang != LANGUAGE_SYSTEM ) { + /* FIXME-BCP47: handle language tags! + * ODF now provides fo:script, and rfc-language-tag attribute in case a + * locale can't be expressed using these three ISO codes. + * Of course these need to be read in xmlnumfi.cxx then.. + * In general all places using XML_LANGUAGE and XML_COUNTRY need to be + * adapted once we really support bcp47. */ OUString aLangStr, aCountryStr; LanguageTag( (LanguageType)nLang ).getIsoLanguageCountry( aLangStr, aCountryStr ); |