summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/calcmove.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/calcmove.cxx')
-rw-r--r--sw/source/core/layout/calcmove.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index 9eba5ebf13f9..a5fd16c971b4 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -1210,7 +1210,7 @@ void SwContentFrame::MakeAll(vcl::RenderContext* /*pRenderContext*/)
}
}
- // If a Follow sits next to it's Master and doesn't fit, we know it can
+ // If a Follow sits next to its Master and doesn't fit, we know it can
// be moved right now.
if ( lcl_Prev( this ) && static_cast<SwTextFrame*>(this)->IsFollow() && IsMoveable() )
{
@@ -1824,7 +1824,7 @@ bool SwContentFrame::_WouldFit( SwTwips nSpace,
bool bTstMove,
const bool bObjsInNewUpper )
{
- // To have the footnote select it's place carefully, it needs
+ // To have the footnote select its place carefully, it needs
// to be moved in any case if there is at least one page/column
// between the footnote and the new Upper.
SwFootnoteFrame* pFootnoteFrame = nullptr;