[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 18 15:33:54 UTC 2020
sw/source/core/layout/fly.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c547ebfd6599a0d178099c5c1fa69b962d41e43e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 18 17:32:25 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Sep 18 17:33:05 2020 +0200
Fix typo
Change-Id: I314e7bf6ea4a52929e9bac54b6c390105cf4a117
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103011
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index 5da3f7ec7f94..29059f02bc2f 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -2559,7 +2559,7 @@ static SwTwips lcl_CalcAutoWidth( const SwLayoutFrame& rFrame )
}
// tdf#124423 In Microsoft compatibility mode: widen the frame to max (PrintArea of the frame it anchored to) if it contains at least 2 paragraphs,
- // or 1 paragraph wider then its parent area.
+ // or 1 paragraph wider than its parent area.
if (rFrame.GetFormat()->getIDocumentSettingAccess().get(DocumentSettingId::FRAME_AUTOWIDTH_WITH_MORE_PARA))
{
const SwFrame* pFrameRect = rFrame.IsFlyFrame() ? static_cast<const SwFlyFrame*>(&rFrame)->GetAnchorFrame() : rFrame.Lower()->FindPageFrame();
More information about the Libreoffice-commits
mailing list