Hi!

Here's the bug's page: https://bugs.freedesktop.org/show_bug.cgi?id=40686
It seems that a division by zero occurs on line 310 in ww8par6.cxx: 
aGrid.SetLines(writer_cast<sal_uInt16>(nTextareaHeight/nLinePitch));
nLinePitch is 0 here.
This causes some doc files to crash LO.

Adding a simple if( nLinePitch != 0 ) before the line seems to solve the 
problem, documents load with it.

Question: should I use this solution (if it's a solution) or this causes other 
issues somewhere else?

Szabolcs
                                          
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to