[Libreoffice-commits] core.git: i18npool/qa

Tomofumi Yagi yagit at mknada.sakura.ne.jp
Thu Nov 28 14:31:22 PST 2013


 i18npool/qa/cppunit/test_breakiterator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d3999f2f2170ce836a00f1cbac6a49a4c719e5d
Author: Tomofumi Yagi <yagit at mknada.sakura.ne.jp>
Date:   Fri Nov 29 02:59:08 2013 +0900

    Remove UTF-8 comment.
    
    This breaks windows build with localized versions of MSVC.
    
    Change-Id: I23c46830f96ae661eced88352476e7ae61fbcc2a
    Reviewed-on: https://gerrit.libreoffice.org/6847
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx
index 6777731..15ce8a1 100644
--- a/i18npool/qa/cppunit/test_breakiterator.cxx
+++ b/i18npool/qa/cppunit/test_breakiterator.cxx
@@ -794,7 +794,7 @@ void TestBreakIterator::testLao()
     lang::Locale aLocale;
     aLocale.Language = "lo";
     aLocale.Country = "LA";
-    //ຍິນດີຕ້ອນຮັບ
+
     const sal_Unicode LAO[] = { 0x0e8d, 0x0eb4, 0x0e99, 0x0e94, 0x0eb5, 0x0e95, 0x0ec9, 0x0ead, 0x0e99, 0x0eae, 0x0eb1, 0x0e9a };
     OUString aTest(LAO, SAL_N_ELEMENTS(LAO));
     i18n::Boundary aBounds = m_xBreak->getWordBoundary(aTest, 0, aLocale,


More information about the Libreoffice-commits mailing list