https://bugs.freedesktop.org/show_bug.cgi?id=46896
--- Comment #6 from Julien Nabet <[email protected]> 2012-03-09 16:49:37 PST --- Created attachment 58260 --> https://bugs.freedesktop.org/attachment.cgi?id=58260 new bt after test fix Here's the fix tested : diff --git a/sw/source/core/layout/sectfrm.cxx b/sw/source/core/layout/sectfrm.cxx index 35d38d1..08c0cbe 100644 --- a/sw/source/core/layout/sectfrm.cxx +++ b/sw/source/core/layout/sectfrm.cxx @@ -1382,7 +1382,7 @@ void SwSectionFrm::Format( const SwBorderAttrs *pAttr ) } //Breite der Spalten pruefen und ggf. einstellen. - if ( bHasColumns && ! Lower()->GetNext() && bMaximize ) + if ( bHasColumns && Lower() && ! Lower()->GetNext() && bMaximize ) ((SwColumnFrm*)Lower())->Lower()->Calc(); if ( !bMaximize ) But I had another segv, but now it seems far less obvious :-( (attached the new bt) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
