sw/qa/extras/layout/layout2.cxx        |    2 +-
 sw/source/filter/ww8/docxsdrexport.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ad3b581774c6c3006eca645b4aca7f375b2ec682
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 4 22:54:00 2021 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Feb 5 06:39:30 2021 +0100

    Fix typos
    
    Change-Id: I51a158b2dafc7eb37f374f338968941e53b7c74d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110429
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx
index b84a2c51d5e5..7ed0094924a0 100644
--- a/sw/qa/extras/layout/layout2.cxx
+++ b/sw/qa/extras/layout/layout2.cxx
@@ -312,7 +312,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testtdf138951)
         = *pShFrm->GetAnchor().GetContentAnchor() == 
*pShFrm->GetAnchor().GetContentAnchor();
     CPPUNIT_ASSERT_MESSAGE("The anchor is different for the textbox and 
shape!", bIsAnchTheSame);
     CPPUNIT_ASSERT_MESSAGE("The textbox has fallen apart!", 
aShpRect.IsInside(aTxtFrmRect));
-    // Without the fix the anchor differs, and the frame ouside of the shape
+    // Without the fix the anchor differs, and the frame outside of the shape
 }
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testRedlineNumberInNumbering)
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx 
b/sw/source/filter/ww8/docxsdrexport.cxx
index 297ecf30a2f6..27116bceb349 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -862,7 +862,7 @@ void DocxSdrExport::startDMLAnchorInline(const 
SwFrameFormat* pFrameFormat, cons
                 catch (uno::Exception& e)
                 {
                     TOOLS_WARN_EXCEPTION(
-                        "sw.ww8", "DocxSdrExport::startDMLAnchorInline: 
exeption: " << e.Message);
+                        "sw.ww8", "DocxSdrExport::startDMLAnchorInline: 
exception: " << e.Message);
                 }
             }
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to