[Libreoffice-commits] .: sw/source
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Thu Sep 22 09:48:03 PDT 2011
sw/source/core/layout/newfrm.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ac1912ecb13709082026428d2b2a56c4915b939f
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Thu Sep 22 18:47:21 2011 +0200
fdo#39510 lp#854626: crash on closing document with footnotes
diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index 98444b4..924bdb3 100644
--- a/sw/source/core/layout/newfrm.cxx
+++ b/sw/source/core/layout/newfrm.cxx
@@ -603,6 +603,7 @@ SwRootFrm::~SwRootFrm()
{
bTurboAllowed = sal_False;
pTurbo = 0;
+ AllRemoveFtns();
if(pBlink)
pBlink->FrmDelete( this );
if ( static_cast<SwFrmFmt*>(GetRegisteredInNonConst()) )
More information about the Libreoffice-commits
mailing list