summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ftnfrm.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-19 15:37:25 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-19 20:37:28 +0200
commit42ba2b6c03a74815d2041e554fea83350d554dd1 (patch)
tree8c4d94ddd256b00f2ce7e97956262df5df3b0476 /sw/source/core/inc/ftnfrm.hxx
parentb0bcdb79130c2c8dd0875855f063f150e585a103 (diff)
Text Boundaries: draw small inner corners for the columns areas
Drawing small inner corners for the columns helps showing the columns without drawing a full rectangle and it is still compatible with the page and sections text boundaries. The whole subsidiary lines painting has been changed to call the method on all nested SwLayoutFrm. In order not to draw anything, simply override the method and do nothing in it: (almost) every object takes care of its boundaries.
Diffstat (limited to 'sw/source/core/inc/ftnfrm.hxx')
-rw-r--r--sw/source/core/inc/ftnfrm.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/inc/ftnfrm.hxx b/sw/source/core/inc/ftnfrm.hxx
index 4c9d7559dc24..f1585b51506f 100644
--- a/sw/source/core/inc/ftnfrm.hxx
+++ b/sw/source/core/inc/ftnfrm.hxx
@@ -53,6 +53,7 @@ public:
virtual void Format( const SwBorderAttrs *pAttrs = 0 );
virtual void PaintBorder( const SwRect &, const SwPageFrm *pPage,
const SwBorderAttrs & ) const;
+ virtual void PaintSubsidiaryLines( const SwPageFrm*, const SwRect& ) const;
void PaintLine( const SwRect &, const SwPageFrm * ) const;
};