summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-14 10:03:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-07-14 10:13:30 +0200
commit284d3b0373a6565278581b682d05ebdbb4baf743 (patch)
tree62bd6c36de0a8df6f08c4740d3b0b9f6c1c2273d /sw
parentd7759f6419c3d60a1804162e0ddd89c65a771246 (diff)
Fix
Change-Id: Ib3b96872190e87a7d68b5605b81152852b1036f7 Reviewed-on: https://gerrit.libreoffice.org/75569 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 484e5d2a8e93..5564576079bc 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -3246,7 +3246,7 @@ void Notify_Background( const SdrObject* pObj,
}
/// Provides the Upper of an anchor in paragraph-bound objects. If the latter
-/// is a chained border or a footnote, the "virtual" Upper might be returne.
+/// is a chained border or a footnote, the "virtual" Upper might be returned.
const SwFrame* GetVirtualUpper( const SwFrame* pFrame, const Point& rPos )
{
if( pFrame->IsTextFrame() )