There were errors if a page's last line is too long and needs to be
wrapped into two or more lines:
- The first line of the wrapped lines was printed correctly at the end of the page, but on the next page this first line was printed again.
- In print preview the first wrapped line was shown correctly at the end of the page, but the next and following pages were empty.
Reasons:
- remainder variable was always 0
- clipping was not reset
BUG: 348598