diff options
Diffstat (limited to 'i18npool/qa')
-rw-r--r-- | i18npool/qa/cppunit/test_breakiterator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/qa/cppunit/test_breakiterator.cxx b/i18npool/qa/cppunit/test_breakiterator.cxx index 288a2374f446..1e47e9854521 100644 --- a/i18npool/qa/cppunit/test_breakiterator.cxx +++ b/i18npool/qa/cppunit/test_breakiterator.cxx @@ -127,7 +127,7 @@ void TestBreakIterator::testLineBreaking() //See https://issues.apache.org/ooo/show_bug.cgi?id=17155 { - rtl::OUString aTest(RTL_CONSTASCII_USTRINGPARAM("foo /bar/baz")); + rtl::OUString aTest("foo /bar/baz"); aLocale.Language = rtl::OUString("en"); aLocale.Country = rtl::OUString("US"); @@ -142,7 +142,7 @@ void TestBreakIterator::testLineBreaking() //See https://issues.apache.org/ooo/show_bug.cgi?id=19716 { - rtl::OUString aTest(RTL_CONSTASCII_USTRINGPARAM("aaa]aaa")); + rtl::OUString aTest("aaa]aaa"); aLocale.Language = rtl::OUString("en"); aLocale.Country = rtl::OUString("US"); |