sw/source/core/layout/hffrm.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit e62bf2f8c808b074dbac35f6111c9bbbd03eabd7 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Dec 19 10:24:45 2019 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Dec 19 10:27:05 2019 +0100 Fix typo Change-Id: I4ef3c2208227a55a5beab162d11dd54b48d0624c Reviewed-on: https://gerrit.libreoffice.org/85492 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/layout/hffrm.cxx b/sw/source/core/layout/hffrm.cxx index 56eb1f733307..4822858719cc 100644 --- a/sw/source/core/layout/hffrm.cxx +++ b/sw/source/core/layout/hffrm.cxx @@ -488,7 +488,7 @@ SwTwips SwHeadFootFrame::GrowFrame( SwTwips nDist, bool bTst, bool bInfo ) nEat = nMaxEat; // OD 10.04.2003 #108719# - Notify fly frame, if header frame - // grows. Consider, that 'normal' grow of layout frame already notifys + // grows. Consider, that 'normal' grow of layout frame already notifies // the fly frames. bool bNotifyFlys = false; if (nEat > 0) @@ -579,7 +579,7 @@ SwTwips SwHeadFootFrame::ShrinkFrame( SwTwips nDist, bool bTst, bool bInfo ) nRest = nDist; // OD 10.04.2003 #108719# - Notify fly frame, if header/footer frame - // shrinks. Consider, that 'normal' shrink of layout frame already notifys + // shrinks. Consider, that 'normal' shrink of layout frame already notifies // the fly frames. bool bNotifyFlys = false; if (nRest > 0) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
