Fix recent paintfrm.cxx regressions
...as reported by Linux-RHEL6-x86_64@14-with-check tinderbox. For one, e94c4ab5 "Conver SV VARARR to std::deque for sw module." did not use rbegin/rend to iterate backwards. For another, e94c4ab5 and subsequent 1a412714 "fixed crash due to use of STL deque for SwLineRects" failed to get the nested loop "Remove all help line that are almost covered (tables)" at the start of SwSubsRects::PaintSubsidiary converted correctly. This attempt here at fixing it models the original behavior (before conversion) more closely, and hopefully gets it right now.
Showing
Please
register
or
sign in
to comment