summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-11 19:04:04 +0200
committerEike Rathke <erack@redhat.com>2013-07-11 19:15:52 +0200
commit0f80c06463e63af9f52501469c0c2090b662ae55 (patch)
treeb7dd62ad723eae2b06a1cba93efc8e14a79cb94c /unodevtools
parent7d0f6f671e7f9027b46e9a87e4b3608429ed64ad (diff)
added FIXME-BCP47 comment
Change-Id: I77416a9e275dc204b3b82807d27b5276ad4f497f
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/javacompskeleton.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index 86ba7051033a..7306b12d674a 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -402,6 +402,7 @@ void generateXCompatibilityNamesBodies(std::ostream& o)
"toString(\n xNameAccess.getByName(sLocale));\n\n"
" com.sun.star.lang.Locale aLocale = \n"
" new com.sun.star.lang.Locale();\n\n"
+ /* FIXME-BCP47: this will break. */
" String tokens[] = sLocale.split(\"-\");\n"
" int nToken = tokens.length;\n"
" if (nToken >= 1) aLocale.Language = tokens[0];\n"