summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/hffrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-19 10:24:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-19 10:27:05 +0100
commite62bf2f8c808b074dbac35f6111c9bbbd03eabd7 (patch)
tree536ad88b5f1b2927513f45abf133ceb97b896a36 /sw/source/core/layout/hffrm.cxx
parent8925ea5a55606e657fe2794ddcdd9e83eb0ba75f (diff)
Fix typo
Change-Id: I4ef3c2208227a55a5beab162d11dd54b48d0624c Reviewed-on: https://gerrit.libreoffice.org/85492 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/hffrm.cxx')
-rw-r--r--sw/source/core/layout/hffrm.cxx4
1 files changed, 2 insertions, 2 deletions
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)