summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-11 19:01:44 +0200
committerEike Rathke <erack@redhat.com>2013-07-11 19:15:52 +0200
commit7d0f6f671e7f9027b46e9a87e4b3608429ed64ad (patch)
tree1da0334d69aeeb71353d139b062e61b3e67a51af /unodevtools
parent759d56352faf463bba11369f1a7be8bed3814f90 (diff)
added FIXME-BCP47 comment
Change-Id: I202c53a094ac7ddcbd1fa0d2367058aba56820ed
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/cppcompskeleton.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
index 98166eec193c..3228a8c065c9 100644
--- a/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/cppcompskeleton.cxx
@@ -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"