summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ssfrm.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/ssfrm.cxx
parent7e624c9820132544f8ea25d8ab60acba3874bd55 (diff)
sw: rename SwFrm::Remove to something unique
Change-Id: I4daf01450a4aa8f1d2bc6eae731a735d0d38a074
Diffstat (limited to 'sw/source/core/layout/ssfrm.cxx')
-rw-r--r--sw/source/core/layout/ssfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/ssfrm.cxx b/sw/source/core/layout/ssfrm.cxx
index 06f6ee294248..a4a90c004693 100644
--- a/sw/source/core/layout/ssfrm.cxx
+++ b/sw/source/core/layout/ssfrm.cxx
@@ -486,7 +486,7 @@ void SwLayoutFrm::Destroy()
}
}
}
- pFrm->Remove();
+ pFrm->RemoveFromLayout();
delete pFrm;
pFrm = m_pLower;
}