Re: Failures in sw/source/core/doc/doccomp.cxx(2122)

2013-11-15 Thread Matteo Casalin
On Fri, 15 Nov 2013 11:11:22 + Caolán McNamara wrote: > On Thu, 2013-11-14 at 10:03 +0100, Matteo Casalin wrote: > > This is my fault, > >unluckily I won't be able to work on that until this late evening. > > > > If someone can work on that, the (untested) fix for line 2122 should be >

Re: Failures in sw/source/core/doc/doccomp.cxx(2122)

2013-11-15 Thread Caolán McNamara
On Thu, 2013-11-14 at 10:03 +0100, Matteo Casalin wrote: > This is my fault, >unluckily I won't be able to work on that until this late evening. > > If someone can work on that, the (untested) fix for line 2122 should be > something like: > > nBorderLen = std::min( 3, std::min( nPar1Len, nPa

Failures in sw/source/core/doc/doccomp.cxx(2122)

2013-11-14 Thread Matteo Casalin
This is my fault, unluckily I won't be able to work on that until this late evening. If someone can work on that, the (untested) fix for line 2122 should be something like: nBorderLen = std::min( 3, std::min( nPar1Len, nPar2Len ) ); Sorry for this Matteo _