On Wed, Jun 20, 2012 at 01:45:32PM +0200, Lubos Lunak <l.lunak@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
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.