reportdesign/source/ui/report/ReportSection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4257f4db06f6dd7c35281a89f5aafebe9c2ccb0b Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> Date: Mon May 18 17:26:11 2015 +0900 fix Wundefined-bool-conversion Change-Id: I99e57e3f4b3f5b9fa21cdf6bfbda4b15ce83eaac diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx index 2371090..08719ff 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);
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits