sw/qa/extras/ooxmlexport/ooxmlexport12.cxx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-)
New commits: commit 23d64f31d8e68a237a9028238d1b1d0e7c894cc4 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Thu Dec 10 15:07:42 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu Dec 10 16:42:52 2020 +0100 One more OUString::fromUtf(u8"...") simplification Change-Id: I0a658edab6c2f4a5b4ff58fb7a4b57bde3809962 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107556 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx index f1934775b1c1..0cfcb0c7a89f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx @@ -874,18 +874,17 @@ DECLARE_OOXMLEXPORT_TEST(testTdf119143, "tdf119143.docx") // The runs inside <w:dir> were ignored const OUString sParaText = getParagraph(1)->getString(); CPPUNIT_ASSERT_EQUAL( - OUString::fromUtf8( - u8"عندما يريد العالم أن يتكلّم ، فهو يتحدّث " - u8"بلغة " - u8"يونيكود. تسجّل الآن لحضور المؤتمر الدولي العاشر " - u8"ليونيكود (Unicode Conference)، الذي سيعقد في 10-12 " - u8"آذار 1997 بمدينة مَايِنْتْس، ألمانيا. و سيجمع المؤتمر " - u8"بين خبراء من كافة قطاعات الصناعة على الشبكة " - u8"العالمية انترنيت ويونيكود، حيث ستتم، على الصعيدين " - u8"الدولي والمحلي على حد سواء مناقشة سبل استخدام " - u8"يونكود في النظم القائمة وفيما يخص التطبيقات " - u8"الحاسوبية، الخطوط، تصميم النصوص والحوسبة متعددة " - u8"اللغات."), + OUString(u"عندما يريد العالم أن يتكلّم ، فهو يتحدّث " + u"بلغة " + u"يونيكود. تسجّل الآن لحضور المؤتمر الدولي العاشر " + u"ليونيكود (Unicode Conference)، الذي سيعقد في 10-12 " + u"آذار 1997 بمدينة مَايِنْتْس، ألمانيا. و سيجمع المؤتمر " + u"بين خبراء من كافة قطاعات الصناعة على الشبكة " + u"العالمية انترنيت ويونيكود، حيث ستتم، على الصعيدين " + u"الدولي والمحلي على حد سواء مناقشة سبل استخدام " + u"يونكود في النظم القائمة وفيما يخص التطبيقات " + u"الحاسوبية، الخطوط، تصميم النصوص والحوسبة متعددة " + u"اللغات."), sParaText); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits