summaryrefslogtreecommitdiff
path: root/i18npool/util
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 /i18npool/util
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 'i18npool/util')
-rw-r--r--i18npool/util/i18npool.component4
1 files changed, 0 insertions, 4 deletions
diff --git a/i18npool/util/i18npool.component b/i18npool/util/i18npool.component
index 2f5085f02384..fdbe5dcaa568 100644
--- a/i18npool/util/i18npool.component
+++ b/i18npool/util/i18npool.component
@@ -35,10 +35,6 @@
constructor="i18npool_BreakIterator_ko_get_implementation">
<service name="com.sun.star.i18n.BreakIterator_ko"/>
</implementation>
- <implementation name="com.sun.star.i18n.BreakIterator_th"
- constructor="i18npool_BreakIterator_th_get_implementation">
- <service name="com.sun.star.i18n.BreakIterator_th"/>
- </implementation>
<implementation name="com.sun.star.i18n.BreakIterator_zh"
constructor="i18npool_BreakIterator_zh_get_implementation">
<service name="com.sun.star.i18n.BreakIterator_zh"/>