Hi Matteo,

>    just a minor hint from my side: in the original code nBox was
>    incremented only when "pBox == rBoxes[nBox]", while in the
>    new one it happens unconditionally.

Sorry for over looking that.

>  I don't know if this could be an issue or not.

I tested by re building and putting a breakpoint in this function,
stepping line by line. Everything was working fine, but, its
better to be cautious as I could have missed an edge case.

>   To preserve the original behaviour a single conditional
>   if ( nBox < nBoxCnt && pBox == rBoxes[nBox] )
>   {
>   could be used.

Should I send a new patch? or will the reviewers make the change
before pushing?

- Jesso Clarence
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to