summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/paintfrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-28 08:46:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-10-28 10:28:53 +0100
commitbfa6aeb379e5dfcf6f1f97b3365ab551995ab3d5 (patch)
treef1bfa6a86ab22c7b43e3cdc3a23edd6f5c48eb30 /sw/source/core/layout/paintfrm.cxx
parentf5dd208719b6667394b2ab95d4a17296fb898224 (diff)
Fix typo
Change-Id: I66a262953665cdb201bb06ddb3dc4bcd751119ed Reviewed-on: https://gerrit.libreoffice.org/62468 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/paintfrm.cxx')
-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 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)() );