Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index



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
                                          

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.