On Fri, 2010-11-26 at 07:57 +0100, Pierre-André Jacquod wrote: Cut a little too deep in lcl_sw3io_getNodeOff.
its only
if( pDoc->GetNodes()[nIdx]->IsCntntNode() &&
nOffs > STRING_MAXLEN52 )
nOffs = STRING_MAXLEN52;
that's always a false condition. The *pStrm << underneath needs to
remain. Fixed this up now.
C.
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice
