Hello :) , reading the list of http://libreoffice.boldandbusted.com/ i've found a potential bug in core/lotuswordpro/source/filter/xfilter/xfcell.cxx .
The member m_pOwnerRow of the XFCell is not initialized in any constructor (and in many methodts it's setted to null), but in the line 177 the variable pRow is setted to m_pOwnerRow (wich is or null or a random value), in the next line the code tries to acces to a member of pRow... but pRow is probably 0 because the value of m_pOwnerRow, and the code will crash at this point. I don't know if i'm wrong, but in any case, if I'm right I don't know what changes should we do to fix the problem because I don't know the exact purpose of this piece of code. Bye!
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice