diff options
-rw-r--r-- | sw/source/core/layout/frmtool.cxx | 2 |
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() ) |