summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
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)() );