added FIXME-BCP47 comment

Change-Id: I202c53a094ac7ddcbd1fa0d2367058aba56820ed
This commit is contained in:
Eike Rathke
2013-07-11 19:01:44 +02:00
parent 759d56352f
commit 7d0f6f671e

View File

@@ -386,6 +386,7 @@ void generateXCompatibilityNamesBodies(std::ostream& o, const OString & classnam
"xNameAccess->getByName(sLocale) >>= sCompatibilityName;\n\n"
" css::lang::Locale aLocale;\n "
"::sal_Int32 nIndex = 0, nToken = 0;\n "
/* FIXME-BCP47: this will break. */
"do {\n ::rtl::OUString aToken = sLocale.getToken(0, '-', "
"nIndex);\n switch (nToken++) {\n "
"case 0:\n aLocale.Language = aToken;\n"