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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 28 09:29:14 UTC 2018


 sw/source/core/layout/paintfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bfa6aeb379e5dfcf6f1f97b3365ab551995ab3d5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Oct 28 08:46:37 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Oct 28 10:28:53 2018 +0100

    Fix typo
    
    Change-Id: I66a262953665cdb201bb06ddb3dc4bcd751119ed
    Reviewed-on: https://gerrit.libreoffice.org/62468
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx
index 9f9f8f4166ae..214683deb8d6 100644
--- a/sw/source/core/layout/paintfrm.cxx
+++ b/sw/source/core/layout/paintfrm.cxx
@@ -5088,7 +5088,7 @@ void SwFrame::PaintSwFrameShadowAndBorder(
 
             if(rAttrs.JoinedWithNext(*this))
             {
-                // tdf#115296 re-add adaption of vert distance to clos ethe evtl.
+                // tdf#115296 re-add adaption of vert distance to close the evtl.
                 // existing gap to next frame
                 const SwFrame* pNextFrame(GetNext());
                 (aRect.*_rRectFn->fnSetBottom)( (pNextFrame->*_rRectFn->fnGetPrtTop)() );


More information about the Libreoffice-commits mailing list