[Libreoffice-commits] core.git: filter/source sc/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 14 16:59:16 UTC 2021


 filter/source/pdf/pdfexport.cxx              |    2 +-
 sc/qa/unit/subsequent_export-test.cxx        |    2 +-
 sc/qa/unit/tiledrendering/tiledrendering.cxx |    2 +-
 sc/qa/unit/uicalc/uicalc.cxx                 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0da9ed723c713fd327dcc4225ffdddae9ad10939
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 14 14:49:44 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 14 18:58:39 2021 +0200

    Fix typos
    
    Change-Id: I93008d534b9b677ed131e4302e5df4391db4cafd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114090
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index 87cd58578db7..f0b1c74cbc62 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -1080,7 +1080,7 @@ void PDFExport::ImplExportPage( vcl::PDFWriter& rWriter, vcl::PDFExtOutDevData&
                                               false, true, mbReduceImageResolution );
         // tdf#134736 if the metafile was replaced then rPDFExtOutDevData's PageSyncData mActions
         // all still point to MetaAction indexes in the original metafile that are now invalid.
-        // Throw them all way in the absence of a way to reposition them to new positions of
+        // Throw them all away in the absence of a way to reposition them to new positions of
         // their replacements.
         if (aCtx.m_bTransparenciesWereRemoved)
             rPDFExtOutDevData.ResetSyncData();
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index c7af15f9003e..1c17b2f527c1 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -4441,7 +4441,7 @@ void ScExportTest::testTdf107586()
     xmlDocUniquePtr pSheet = XPathHelper::parseExport2(*this, *xDocSh, m_xSFactory, "xl/worksheets/sheet1.xml", FORMAT_XLSX);
     CPPUNIT_ASSERT(pSheet);
 
-    // Without the fix in place, this test would haved failed with
+    // Without the fix in place, this test would have failed with
     // XPath '/x:worksheet/x:sheetPr/x:tabColor' number of nodes is incorrect
     assertXPath(pSheet, "/x:worksheet/x:sheetPr/x:tabColor", "rgb", "FF9BBB59");
 
diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx
index 5e3f1494059d..a87026735f5c 100644
--- a/sc/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1646,7 +1646,7 @@ void ScTiledRenderingTest::testFunctionDlg()
     SfxViewShell* pView2 = SfxViewShell::Current();
     CPPUNIT_ASSERT(pView1 != pView2);
 
-    // check loking
+    // check locking
     CPPUNIT_ASSERT_EQUAL(true, pView1->GetViewFrame()->GetDispatcher()->IsLocked());
     CPPUNIT_ASSERT_EQUAL(false, pView2->GetViewFrame()->GetDispatcher()->IsLocked());
 
diff --git a/sc/qa/unit/uicalc/uicalc.cxx b/sc/qa/unit/uicalc/uicalc.cxx
index 48cde55df479..90a412d4588e 100644
--- a/sc/qa/unit/uicalc/uicalc.cxx
+++ b/sc/qa/unit/uicalc/uicalc.cxx
@@ -1126,7 +1126,7 @@ CPPUNIT_TEST_FIXTURE(ScUiCalcTest, testTdf112884)
 
     dispatchCommand(mxComponent, ".uno:RecalcPivotTable", {});
 
-    // Without the fix in place, this test would haved failed with
+    // Without the fix in place, this test would have failed with
     // - Expected: #DIV/0!
     // - Actual  : 0.5
     CPPUNIT_ASSERT_EQUAL(OUString("#DIV/0!"), pDoc->GetString(ScAddress(6, 2, 0)));


More information about the Libreoffice-commits mailing list