diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-10-01 21:13:57 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-10-02 09:07:08 +0200 |
commit | be64610dba55e77998120fd8bf69ad2abdf62b1e (patch) | |
tree | e613e9c89016d0068dd4c124723a5f7978ff8cf4 | |
parent | 366eaa1a383a0f5f3f755f2b6a739d3d9c5b8343 (diff) |
sw: fix comment in SwTextFormatter::CalcFlyWidth()
Change-Id: Ib0afb9e43a97f58b3790bb5267ebbe76ad02a35c
Reviewed-on: https://gerrit.libreoffice.org/79995
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | sw/source/core/text/itrform2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |