summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/calcmove.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-21 09:28:12 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-21 09:28:12 +0200
commit652933e8fe46b24049ad0a6e61811727b1965aea (patch)
tree7793bb2f8771ca455b6dfae7e37e68270bb8f1f9 /sw/source/core/layout/calcmove.cxx
parent078673b6843ecd7231b146a8472b229d3db4d43b (diff)
sw: prefix members of SwPageFrm
Change-Id: I7587c587a52310dbfee8e79a038495eb26b108b0
Diffstat (limited to 'sw/source/core/layout/calcmove.cxx')
-rw-r--r--sw/source/core/layout/calcmove.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index e404302126ec..fb66080b808f 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -734,15 +734,15 @@ void SwPageFrm::MakeAll(vcl::RenderContext* pRenderContext)
nBot += nTmp;
// Here we check whether paragraph anchored objects
// protrude outside the Body/FootnoteCont.
- if( pSortedObjs && !pFrm->IsHeaderFrm() &&
+ if( m_pSortedObjs && !pFrm->IsHeaderFrm() &&
!pFrm->IsFooterFrm() )
- lcl_CheckObjects( pSortedObjs, pFrm, nBot );
+ lcl_CheckObjects( m_pSortedObjs, pFrm, nBot );
pFrm = pFrm->GetNext();
}
nBot += nBottom;
// And the page anchored ones
- if ( pSortedObjs )
- lcl_CheckObjects( pSortedObjs, this, nBot );
+ if ( m_pSortedObjs )
+ lcl_CheckObjects( m_pSortedObjs, this, nBot );
nBot -= Frm().Top();
// #i35143# - If second page frame
// exists, the first page doesn't have to fulfill the