summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportSection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/ReportSection.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx
index 237109010c9c..08719ff3b501 100644
--- a/reportdesign/source/ui/report/ReportSection.cxx
+++ b/reportdesign/source/ui/report/ReportSection.cxx
@@ -162,7 +162,7 @@ void OReportSection::Paint( vcl::RenderContext& rRenderContext, const Rectangle&
if(pPgView)
{
pPgView->DrawLayer(0, &rRenderContext);
- pPgView->GetView().EndDrawLayers(*pTargetPaintWindow, &rRenderContext);
+ pPgView->GetView().EndDrawLayers(*pTargetPaintWindow, true);
}
m_pView->CompleteRedraw(&rRenderContext, aPaintRectRegion);