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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 09:27:56 UTC 2019


 sw/source/core/layout/hffrm.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e62bf2f8c808b074dbac35f6111c9bbbd03eabd7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 10:24:45 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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)


More information about the Libreoffice-commits mailing list