[Libreoffice-commits] .: sw/source

Miklos Vajna vmiklos at suse.cz
Wed Jun 20 05:07:48 PDT 2012


On Wed, Jun 20, 2012 at 01:45:32PM +0200, Lubos Lunak <l.lunak at 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


More information about the LibreOffice mailing list