summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-01 18:18:14 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-01 18:18:14 +0100
commitd74a4b9d1a9dbaf3e4327ea83dddd1e99b493431 (patch)
treea04dedaddc1e03d3c6ac7b4fc5dbc94ff42cd981
parentc5e72df55b787568e8cb45e3b0afc517f594cb3a (diff)
SwBodyFrm::Paint needs to call the parent method in any case
-rw-r--r--sw/source/core/layout/pagechg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx
index 5863e9102c..4591c8f687 100644
--- a/sw/source/core/layout/pagechg.cxx
+++ b/sw/source/core/layout/pagechg.cxx
@@ -201,8 +201,8 @@ void SwBodyFrm::Paint( const SwRect& rRect, const SwPrtOptions* ) const
SwRect aRect = Frm();
pOut->DrawRect(aRect.SVRect());
pOut->Pop();
- SwLayoutFrm::Paint(rRect);
#endif
+ SwLayoutFrm::Paint(rRect);
}
/*************************************************************************