[Libreoffice] [PUSHED] Re: [PATCH 7/9] warnings removal in binfilter sw_sw3redln.cxx
Caolán McNamara
caolanm at redhat.com
Fri Nov 26 05:41:48 PST 2010
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.
More information about the LibreOffice
mailing list