diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-12 21:54:32 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-09-12 22:53:57 +0200 |
commit | f189e7275dece893a942a9533ce5380d71127df0 (patch) | |
tree | bfa94e90396c808c2748637623ac18abac6eb3cf /sw | |
parent | 053d4c9c7a268dcee5667b6905a8fd946c9bdae9 (diff) |
Header/Footer: forgot to remove a sequence realloc
Diffstat (limited to 'sw')
-rwxr-xr-x | sw/source/core/layout/paintfrm.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index e0f1c81cecb4..38247ed0aaec 100755 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -3286,9 +3286,6 @@ drawinglayer::primitive2d::Primitive2DSequence lcl_CreateHeaderFooterSeparatorPr basegfx::BColor aLineColor = SwViewOption::GetHeaderFooterMarkColor().getBColor(); - // Only draw the dashed line for unexisting header / footers - aSeq.realloc( 4 ); - // Dashed line in twips std::vector< double > aStrokePattern; aStrokePattern.push_back( 40 ); |