summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ssfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/ssfrm.cxx')
-rw-r--r--sw/source/core/layout/ssfrm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/ssfrm.cxx b/sw/source/core/layout/ssfrm.cxx
index 10ca392e10bf..a4aa372c1c40 100644
--- a/sw/source/core/layout/ssfrm.cxx
+++ b/sw/source/core/layout/ssfrm.cxx
@@ -432,13 +432,13 @@ void SwCntntFrm::RegisterToNode( SwCntntNode& rNode )
void SwLayoutFrm::Destroy()
{
- while (!aVertPosOrientFrmsFor.empty())
+ while (!m_VertPosOrientFrmsFor.empty())
{
- SwAnchoredObject *pObj = *aVertPosOrientFrmsFor.begin();
+ SwAnchoredObject *pObj = *m_VertPosOrientFrmsFor.begin();
pObj->ClearVertPosOrientFrm();
}
- assert(aVertPosOrientFrmsFor.empty());
+ assert(m_VertPosOrientFrmsFor.empty());
SwFrm *pFrm = m_pLower;