summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorJonathan Clark <jonathan@libreoffice.org>2024-04-16 10:13:31 -0600
committerEike Rathke <erack@redhat.com>2024-04-20 21:26:06 +0200
commit64743ee6bc9567015f164333ed9b508542017337 (patch)
tree52d97474f8e41aa56f6fb4d503d654d08b9926ef /solenv
parent7137a52a8d04f0507b536b74ee00a69b66649788 (diff)
tdf#49885 Removed custom Thai BreakIterator
Previously, a custom BreakIterator was used for Thai grapheme clusters. This change deletes the custom BreakIterator, in favor of the ICU implementation. Change-Id: Icec94c73a5734c2059786dfbba085f487c488d7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166156 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py1
-rw-r--r--solenv/clang-format/excludelist2
2 files changed, 0 insertions, 3 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 58884af6b4d6..26de5c199ec1 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -239,7 +239,6 @@ core_constructor_list = [
"com_sun_star_text_DefaultNumberingProvider_get_implementation",
("i18npool_BreakIterator_ja_get_implementation", "#if WITH_LOCALE_ALL || WITH_LOCALE_ja"),
("i18npool_BreakIterator_ko_get_implementation", "#if WITH_LOCALE_ALL || WITH_LOCALE_ko"),
- ("i18npool_BreakIterator_th_get_implementation", "#if WITH_LOCALE_ALL || WITH_LOCALE_th"),
("i18npool_BreakIterator_zh_get_implementation", "#if WITH_LOCALE_ALL || WITH_LOCALE_zh"),
("i18npool_BreakIterator_zh_TW_get_implementation", "#if WITH_LOCALE_ALL || WITH_LOCALE_zh"),
"i18npool_CalendarImpl_get_implementation",
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 90245483e6c5..654b613e5b64 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -4577,7 +4577,6 @@ i18nlangtag/source/languagetag/languagetag.cxx
i18nlangtag/source/languagetag/languagetagicu.cxx
i18npool/inc/breakiteratorImpl.hxx
i18npool/inc/breakiterator_cjk.hxx
-i18npool/inc/breakiterator_th.hxx
i18npool/inc/breakiterator_unicode.hxx
i18npool/inc/bullet.h
i18npool/inc/calendarImpl.hxx
@@ -4625,7 +4624,6 @@ i18npool/qa/cppunit/test_ordinalsuffix.cxx
i18npool/qa/cppunit/test_textsearch.cxx
i18npool/source/breakiterator/breakiteratorImpl.cxx
i18npool/source/breakiterator/breakiterator_cjk.cxx
-i18npool/source/breakiterator/breakiterator_th.cxx
i18npool/source/breakiterator/breakiterator_unicode.cxx
i18npool/source/breakiterator/gendict.cxx
i18npool/source/breakiterator/xdictionary.cxx