diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-28 08:44:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-28 16:49:31 +0100 |
commit | d7413085daa452b6315893e311d4249f23d0097f (patch) | |
tree | 9c99da0fbd4699b90e910ccee194a7d4d0d0eb0f /sw | |
parent | 3040d328c944d91b0cd612d86d358823b5c5b883 (diff) |
Fix typo
Change-Id: I05f36d03acaabb92b212b8fc3ef30850e1179935
Reviewed-on: https://gerrit.libreoffice.org/62467
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 214683deb8d6..f7b96f94e3ea 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -5077,7 +5077,7 @@ void SwFrame::PaintSwFrameShadowAndBorder( if(rAttrs.JoinedWithPrev(*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 previous frame const SwFrame* pPrevFrame(GetPrev()); (aRect.*_rRectFn->fnSetTop)( (pPrevFrame->*_rRectFn->fnGetPrtBottom)() ); |