Re: [Pushed] [PATCH] fdo#47436: FILEOPEN: Writer crashes when it opens an odt file produced by JasperReport

2012-04-20 Thread Muthu Subramanian K
Pushed. Thank you. On 04/20/2012 04:21 AM, Dézsi Szabolcs wrote: Crash while opening odt file ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#47436: FILEOPEN: Writer crashes when it opens an odt file produced by JasperReport

2012-04-19 Thread Dézsi Szabolcs
Hi! https://bugs.freedesktop.org/show_bug.cgi?id=47436 Hi! editeng/source/items/frmitems.cxx:1954 1951: for (int n(0); n != SAL_N_ELEMENTS(aBorders); ++n) 1952: { 1953: editeng::SvxBorderLine* pLine = const_cast< editeng::SvxBorderLine* >( GetLine( aBorders[n] ) ); 1954: pLine-