diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2018-05-21 15:41:52 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-05-22 19:25:01 +0200 |
commit | 98908d79a4b145f3c04d98812b2207bf433fcf1b (patch) | |
tree | 40bdac737cd54e6a32e3bd4caeb285d09e5734b7 /solenv | |
parent | 6924586821805b7a338c8e746141f51e3ba29560 (diff) |
Fold BreakIterator_CTL into BreakIterator_th
The split is pointless and misleading, there are no other subclasses of
BreakIterator_CTL.
Change-Id: I66e66834e6e064cea29f543434a35682ee7cd35d
Reviewed-on: https://gerrit.libreoffice.org/54638
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/blacklist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/clang-format/blacklist b/solenv/clang-format/blacklist index 90ec26ee74a6..7dcd63136243 100644 --- a/solenv/clang-format/blacklist +++ b/solenv/clang-format/blacklist @@ -5590,7 +5590,6 @@ i18nlangtag/source/languagetag/languagetag.cxx i18nlangtag/source/languagetag/languagetagicu.cxx i18npool/inc/breakiteratorImpl.hxx i18npool/inc/breakiterator_cjk.hxx -i18npool/inc/breakiterator_ctl.hxx i18npool/inc/breakiterator_th.hxx i18npool/inc/breakiterator_unicode.hxx i18npool/inc/bullet.h @@ -5640,7 +5639,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_ctl.cxx i18npool/source/breakiterator/breakiterator_th.cxx i18npool/source/breakiterator/breakiterator_unicode.cxx i18npool/source/breakiterator/gendict.cxx |