Hi all, Could anyone review and sign-off this patch in 3.4 branch? The change from sal_True to sal_False was pretty complex to find out, but I just reverted it to the value it had in 3.3 sources.
Thanks, -- Cédric Bosdonnat LibreOffice hacker http://documentfoundation.org OOo Eclipse Integration developer http://cedric.bosdonnat.free.fr
>From 358cc16b785709185f9da7898e5f309dd07b1908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= <cedric.bosdonnat....@free.fr> Date: Thu, 12 May 2011 17:08:32 +0200 Subject: [PATCH] fdo#36524: Fixed remaining SwSectionFrm after deleting TOX false transformed to true restored the SwSectionFrm after deleting it. --- sw/source/core/layout/sectfrm.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx index 9868d2c..2eff305 100644 --- a/sw/source/core/layout/sectfrm.cxx +++ b/sw/source/core/layout/sectfrm.cxx @@ -2444,7 +2444,7 @@ void SwSectionFrm::SwClientNotify( const SwModify& rMod, const SfxHint& rHint ) const SfxSimpleHint* pSimpleHint = dynamic_cast<const SfxSimpleHint*>(&rHint); if ( pSimpleHint && pSimpleHint->GetId() == SFX_HINT_DYING && &rMod == GetRegisteredIn() ) { - SwSectionFrm::MoveCntntAndDelete( this, sal_True ); + SwSectionFrm::MoveCntntAndDelete( this, sal_False ); } } -- 1.7.3.4
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice