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
commitc6c2ee62a5ca277d906f0dd73e5d368ac5aab550 (patch)
tree461e4442c4aa10d096487749d3c81c116e1d63ba
parent51b560b3da65e98e5efa16b564b0f626d9a4d0fb (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 1eb984394975..4336fc658c79 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);
}
/*************************************************************************