sw/source/core/doc/doclay.cxx    |    2 +-
 sw/source/core/text/itrform2.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3912f173c71e4e7449c59c57a027203967f45673
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Sep 24 18:06:59 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Sep 24 20:26:46 2019 +0200

    Fix typos
    
    Change-Id: Ibe438af53357be1ca24cc94f2f254e2e35c51881
    Reviewed-on: https://gerrit.libreoffice.org/79471
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/core/doc/doclay.cxx b/sw/source/core/doc/doclay.cxx
index 7ec2417fd2de..1899a9f8a918 100644
--- a/sw/source/core/doc/doclay.cxx
+++ b/sw/source/core/doc/doclay.cxx
@@ -1307,7 +1307,7 @@ static void lcl_SetNumUsedBit(std::vector<sal_uInt8>& 
rSetFlags, size_t nFormatS
     if (rObj.IsGroupObject())
     {
         const SdrObjList* pSub(rObj.GetSubList());
-        assert(pSub && "IsGroupObject is implented as GetSubList != nullptr");
+        assert(pSub && "IsGroupObject is implemented as GetSubList != 
nullptr");
         const size_t nCount = pSub->GetObjCount();
         for (size_t i = 0; i < nCount; ++i)
         {
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index f03d93087732..64eeddd149bf 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -2316,7 +2316,7 @@ void SwTextFormatter::CalcFlyWidth( SwTextFormatInfo 
&rInf )
     {
         // Intersects with the frame area (with upper margin), but not with 
the print area (without
         // upper margin). Don't reserve space for the fly portion in this 
case, text is allowed to
-        // folow there.
+        // follow there.
         aInter.Height(0);
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to