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

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 2 07:08:00 UTC 2019


 sw/source/core/text/itrform2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be64610dba55e77998120fd8bf69ad2abdf62b1e
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Oct 1 21:13:57 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Oct 2 09:07:08 2019 +0200

    sw: fix comment in SwTextFormatter::CalcFlyWidth()
    
    Change-Id: Ib0afb9e43a97f58b3790bb5267ebbe76ad02a35c
    Reviewed-on: https://gerrit.libreoffice.org/79995
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index 64eeddd149bf..c273d32f0009 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
-        // follow there.
+        // flow there.
         aInter.Height(0);
     }
 


More information about the Libreoffice-commits mailing list