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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Dec 7 14:40:49 UTC 2019


 chart2/source/view/main/DrawModelWrapper.cxx |    2 +-
 sw/qa/extras/ooxmlexport/ooxmlexport11.cxx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 986014036428dbb76ab39e665552dda58bea527c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Dec 7 13:43:57 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Dec 7 15:40:04 2019 +0100

    Fix typos
    
    Change-Id: Ibaaf738abdb4abcb9edb66ea35b6ebabdbe02507
    Reviewed-on: https://gerrit.libreoffice.org/84681
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/chart2/source/view/main/DrawModelWrapper.cxx b/chart2/source/view/main/DrawModelWrapper.cxx
index 1d9d39cf0ca7..dcbee5457dce 100644
--- a/chart2/source/view/main/DrawModelWrapper.cxx
+++ b/chart2/source/view/main/DrawModelWrapper.cxx
@@ -82,7 +82,7 @@ DrawModelWrapper::DrawModelWrapper()
         b3dFactoryInitialized = true;
     }
 
-    //Hyphenyation and spellchecking
+    //Hyphenation and spellchecking
     SdrOutliner& rOutliner = GetDrawOutliner();
     try
     {
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
index d4aa8d886626..a20612f1f2a6 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
@@ -299,7 +299,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf115719b, "tdf115719b.docx")
     // Without the accompanying fix in place, this test would have failed with:
     // - Expected: 2
     // - Actual  : 1
-    // i.e. the the textboxes did not appear on the 2nd page, but everything was on a single page.
+    // i.e. the textboxes did not appear on the 2nd page, but everything was on a single page.
     CPPUNIT_ASSERT_EQUAL(2, getPages());
 }
 


More information about the Libreoffice-commits mailing list