diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 16:42:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-05 16:42:34 +0100 |
commit | 2d86d82aa28f460972c2670e9880948397e80827 (patch) | |
tree | 12d597e4eda57087d7320dcb4de8974f33533e81 | |
parent | b0a9f33a9b3018dcfb471641bde7c29a6e62f394 (diff) |
drop comment about removed step 4 now
Change-Id: I955a716621d4d566797ca39c008ff183d0656b4f
-rw-r--r-- | sw/source/core/layout/trvlfrm.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx index 34c090175cb9..60327e58dd8f 100644 --- a/sw/source/core/layout/trvlfrm.cxx +++ b/sw/source/core/layout/trvlfrm.cxx @@ -1975,8 +1975,6 @@ inline void Sub( SwRegionRects& rRegion, const SwRect& rRect ) * expand end to the left until frame-start, calculate Rect * and if more than two frames are involved add the PrtArea of all * frames which lie in between - * 4. If it's about a table-selection we have to obtain the CellFrm for every - * PaM in the ring - its PrtArea will be added to the Rect. * * Big reorganization because of the FlyFrm - those need to be locked out. * Exceptions: - The Fly in which the selection took place (if it took place |