summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-28 08:44:47 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-10-28 16:49:31 +0100
commitd7413085daa452b6315893e311d4249f23d0097f (patch)
tree9c99da0fbd4699b90e910ccee194a7d4d0d0eb0f /sw
parent3040d328c944d91b0cd612d86d358823b5c5b883 (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.cxx2
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)() );