summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorArmin Le Grand (allotropia) <armin.le.grand.extern@allotropia.de>2023-07-11 13:57:52 +0200
committerArmin Le Grand <Armin.Le.Grand@me.com>2023-07-12 17:59:46 +0200
commit3996eed1870ced736d9f4a01550f5c9f0568edfa (patch)
tree2a21ebaffe083c3bfd45dae854fd35087802e624 /chart2/source
parent54a36dd93a97fb6f5d25e1dbdbe1ef95a7cbaf52 (diff)
tdf#105362 better support for transparency in PNG & GIF export
The granularity to decide at the SdrView what to paint was not fine enough, so I added code to get what we need: Do avoid page decorations (including PageBackgrund aka 'wiese'), but do include/process MasterPage content. Change-Id: I49df05abc89b4bcebc973c37d30be0a0c72e59ea Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154301 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/drawinglayer/DrawViewWrapper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
index 15cac92fc011..1cd90c06b7ad 100644
--- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
+++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
@@ -81,7 +81,6 @@ DrawViewWrapper::DrawViewWrapper(
{
SetBufferedOutputAllowed(true);
SetBufferedOverlayAllowed(true);
- SetPagePaintingAllowed(true);
// #i12587# support for shapes in chart
SdrOutliner* pOutliner = getOutliner();