https://bugs.freedesktop.org/show_bug.cgi?id=86008
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Julien Nabet <[email protected]> --- I could reproduce the crash with master sources updated today. With this patch, no crash: diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 4ecf0d5..6f99566 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -2505,7 +2505,7 @@ void SwWW8ImplReader::StopApo() // function, the extension of the SW-fly has to be set // manually as the SW fly has no auto function to adjust the // frame“s size. - if( pSFlyPara->nNewNetWidth > MINFLY ) // BoxUpWidth ? + if( pSFlyPara->nNewNetWidth > MINFLY && pSFlyPara->pFlyFmt ) // BoxUpWidth ? { long nW = pSFlyPara->nNewNetWidth; nW += pSFlyPara->nWidth - pSFlyPara->nNetWidth; // Rand dazu Miklos: is it ok or am I just hiding the root cause of this crash? -- 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
