sd/qa/unit/export-tests-ooxml3.cxx                      |    2 +-
 sdext/source/pdfimport/inc/wrapper.hxx                  |    2 +-
 sw/qa/extras/rtfexport/rtfexport.cxx                    |    2 +-
 sw/qa/uitest/writer_tests7/tdf134452.py                 |    2 +-
 sw/source/core/doc/DocumentContentOperationsManager.cxx |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 1ae182f2503199f86ed9ec5690ca41e4b7213a91
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 16 15:47:24 2021 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jul 16 19:11:58 2021 +0200

    Fix typos
    
    Change-Id: Iae3eec214849676be51ded133c1ffd9cf2e56ef0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119074
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sd/qa/unit/export-tests-ooxml3.cxx 
b/sd/qa/unit/export-tests-ooxml3.cxx
index 597783d85a70..359b5215860b 100644
--- a/sd/qa/unit/export-tests-ooxml3.cxx
+++ b/sd/qa/unit/export-tests-ooxml3.cxx
@@ -1787,7 +1787,7 @@ void SdOOXMLExportTest3::testTdf143315()
 
     xmlDocUniquePtr pXml = parseExport(tmpfile, "ppt/slides/slide1.xml");
 
-    // Without the fix in place, whis would have failed with
+    // Without the fix in place, this would have failed with
     // - Expected:
     // - Actual  : 216000
     // - In <file:///tmp/lu161922zcvd.tmp>, XPath 
'/p:sld/p:cSld/p:spTree/p:sp/p:txBody/a:p/a:pPr' unexpected 'marL' attribute
diff --git a/sdext/source/pdfimport/inc/wrapper.hxx 
b/sdext/source/pdfimport/inc/wrapper.hxx
index 12476a01aa1c..f8682299600c 100644
--- a/sdext/source/pdfimport/inc/wrapper.hxx
+++ b/sdext/source/pdfimport/inc/wrapper.hxx
@@ -65,7 +65,7 @@ namespace pdfi
         "Bold",
         "Italic",
         "Oblique",
-        "Bold", //BoldItalic, BoldObique
+        "Bold", //BoldItalic, BoldOblique
         "Light",
         "Reg",
         "VKana",
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx 
b/sw/qa/extras/rtfexport/rtfexport.cxx
index 326c63a3cbae..0676e524376b 100644
--- a/sw/qa/extras/rtfexport/rtfexport.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport.cxx
@@ -1224,7 +1224,7 @@ DECLARE_RTFEXPORT_TEST(testPgndec, "pgndec.rtf")
         style::NumberingType::ARABIC,
         getProperty<sal_Int16>(xPageStyles->getByName(pageStyleName), 
"NumberingType"));
 
-    // tdf#82111 ensure a pargraph exists before a section break.
+    // tdf#82111 ensure a paragraph exists before a section break.
     // This was only two paragraphs, and both page number fields were in one 
para on page 2 ("11").
     getParagraph(2, "1");
     CPPUNIT_ASSERT_EQUAL(3, getParagraphs());
diff --git a/sw/qa/uitest/writer_tests7/tdf134452.py 
b/sw/qa/uitest/writer_tests7/tdf134452.py
index ce13e8db2270..bffb6f3bba14 100644
--- a/sw/qa/uitest/writer_tests7/tdf134452.py
+++ b/sw/qa/uitest/writer_tests7/tdf134452.py
@@ -34,7 +34,7 @@ class tdf134452(UITestCase):
                 self.assertEqual("true", 
get_state_as_dict(xpagestyle)["Selected"])
 
             #applying table style on the table
-            #without the fix, break and pageDesc properties would be overriden 
and lost
+            #without the fix, break and pageDesc properties would be 
overridden and lost
             document = self.ui_test.get_component()
             tables = document.getTextTables()
             tables[0].setPropertyValue("TableTemplateName", "Box List Red")
diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx 
b/sw/source/core/doc/DocumentContentOperationsManager.cxx
index ef0c4c1f3648..f7e88c891ee8 100644
--- a/sw/source/core/doc/DocumentContentOperationsManager.cxx
+++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx
@@ -2208,7 +2208,7 @@ bool DocumentContentOperationsManager::MoveRange( SwPaM& 
rPaM, SwPosition& rPos,
     SwTextNode* pSrcNd = rPaM.GetPoint()->nNode.GetNode().GetTextNode();
     bool bCorrSavePam = pSrcNd && pStt->nNode != pEnd->nNode;
 
-    // If one ore more TextNodes are moved, SwNodes::Move will do a SplitNode.
+    // If one or more TextNodes are moved, SwNodes::Move will do a SplitNode.
     // However, this does not update the cursor. So we create a TextNode to 
keep
     // updating the indices. After the Move the Node is optionally deleted.
     SwTextNode * pTNd = rPos.nNode.GetNode().GetTextNode();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to