summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-12-17 16:57:55 +0100
committerMichael Stahl <mstahl@redhat.com>2014-12-18 23:09:11 +0100
commit59c92736ab064c0bba628e680a5c444f9f1dcc1b (patch)
tree04efbb587e5bd6fb3506fc59db2650cc110f4c82 /sw/source/core/layout/laycache.cxx
parent7e624c9820132544f8ea25d8ab60acba3874bd55 (diff)
sw: rename SwFrm::Remove to something unique
Change-Id: I4daf01450a4aa8f1d2bc6eae731a735d0d38a074
Diffstat (limited to 'sw/source/core/layout/laycache.cxx')
-rw-r--r--sw/source/core/layout/laycache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 40ea8204293f..c9374ba1cf68 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -818,7 +818,7 @@ bool SwLayHelper::CheckInsert( sal_uLong nNodeIndex )
while ( pRow )
{
SwFrm* pNxt = pRow->GetNext();
- pRow->Remove();
+ pRow->RemoveFromLayout();
pRow->InsertBehind( pFoll, pPrv );
pPrv = pRow;
pRow = pNxt;
@@ -859,7 +859,7 @@ bool SwLayHelper::CheckInsert( sal_uLong nNodeIndex )
if ( !rpActualSection->GetSectionFrm()->ContainsCntnt())
{
pSct = rpActualSection->GetSectionFrm();
- pSct->Remove();
+ pSct->RemoveFromLayout();
}
else
{