sw/source/core/layout/paintfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfa6aeb379e5dfcf6f1f97b3365ab551995ab3d5 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Oct 28 08:46:37 2018 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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)() ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
