fix paint table border in DOUBLE_THIN style

David Tardon dtardon at redhat.com
Tue Dec 15 01:21:08 PST 2015


Hi,

On Mon, Dec 14, 2015 at 11:26:57PM +0800, flw.aquarius at gmail.com wrote:
> Hi, All!
> I had push the commit to the gerrit.: https://gerrit.libreoffice.org/#/c/20701/ 
> But it build failed in 'CppunitTest/libtest_writerperfect_stream.so': http://ci.libreoffice.org/job/lo_gerrit_master/9226/

It did not. It failed when compiling sc/qa/unit/ucalc_formula.o, because
of

/home/tdf/lode/jenkins/workspace/lo_gerrit_master/Gerrit/Gerrit/Platform/Linux/sc/inc/address.hxx:340:5:
error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
    if ( rAddress.Row() < Row() )
    ^

Which is not caused by your patch. Someone has likely already fixed
this, so you can rebase the change to current master and push to gerrit
again.

D.


More information about the LibreOffice mailing list