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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 21 06:22:39 UTC 2019


 sw/qa/extras/ooxmlexport/ooxmlexport11.cxx |    2 +-
 sw/qa/extras/rtfexport/rtfexport.cxx       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7a3e4f5f5f57c2f8176d0522e469d0b42881962f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 18 08:40:48 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Apr 21 08:21:35 2019 +0200

    Fix typos
    
    Change-Id: I926fa0c4345ff0acb9b9bc870243f4f007aac660
    Reviewed-on: https://gerrit.libreoffice.org/71032
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
index 59795ecaf9e1..1e2bd17db9a7 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
@@ -456,7 +456,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf114882, "tdf114882.docx")
 
 DECLARE_OOXMLEXPORT_TEST(testTdf49073, "tdf49073.docx")
 {
-    // test case for Asisan phontic guide ( ruby text.)
+    // test case for Asian phontic guide (ruby text.)
     sal_Unicode aRuby[3] = {0x304D,0x3082,0x3093};
     OUString sRuby = OUString(aRuby, SAL_N_ELEMENTS(aRuby));
     CPPUNIT_ASSERT_EQUAL(sRuby,getProperty<OUString>(getParagraph(1)->getStart(), "RubyText"));
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx
index 53f09826a2c1..08aa8eecefcc 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -358,7 +358,7 @@ DECLARE_RTFEXPORT_TEST(testMathVerticalstacks, "math-vertical-stacks.rtf")
 
 DECLARE_RTFEXPORT_TEST(testTdf49073, "tdf49073.rtf")
 {
-    // test case for Asisan phontic guide ( ruby text.)
+    // test case for Asian phontic guide (ruby text.)
     sal_Unicode aRuby[3] = { 0x304D, 0x3082, 0x3093 };
     OUString sRuby = OUString(aRuby, SAL_N_ELEMENTS(aRuby));
     CPPUNIT_ASSERT_EQUAL(sRuby, getProperty<OUString>(getParagraph(1)->getStart(), "RubyText"));


More information about the Libreoffice-commits mailing list