On Wed, Jun 20, 2012 at 01:45:32PM +0200, Lubos Lunak <l.lu...@suse.cz> wrote: > > - const_cast<SwFmtFlyCnt&>(pHnt->GetFlyCnt()).SetFlyFmt(); > > + if (pHnt) > > + const_cast<SwFmtFlyCnt&>(pHnt->GetFlyCnt()).SetFlyFmt(); > > I think this is a sign of internal inconsistency. I had a similar problem > leading to 5de61f7a4ddb502730454e4bf3232f7f4b4175e1 .
Aha - and it sounds reasonable that if you fixed it in the uno core, then I can still trigger the crash from the UI. I'll see if I can do such a better fix for the UI as well. Thanks for the notice, Miklos _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice