summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorArmin Le Grand (Allotropia) <Armin.Le.Grand@me.com>2022-01-25 18:12:13 +0100
committerArmin Le Grand <Armin.Le.Grand@me.com>2022-01-26 09:46:58 +0100
commit87866def6bfe2ee91be34a5ce37b79d6da881617 (patch)
treea2a9b31849b9358d24a1fceb2f71a2f182cef1d2 /svx
parent10692be9472584c2dc49d298afd0192fb9ebfe86 (diff)
tdf#123973 fix missing MasterPage content in export
The old fix tdf#96922 is no longer needed, so I remove it now. It prevents MasterPage content to be included in export. Checked that task is fixed && old task does bnot re-appear. Change-Id: I8b6923e01f6e24f662288e24d26634c06c9527f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128940 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index ed6978f106d1..823beeaaea79 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -735,10 +735,6 @@ bool GraphicExporter::GetGraphic( ExportSettings const & rSettings, Graphic& aGr
pView->SetPageVisible( false );
pView->ShowSdrPage( pPage );
- // tdf#96922 completely deactivate EditView PageVisualization, including
- // PageBackground (formerly 'wiese').
- pView->SetPagePaintingAllowed(false);
-
const Point aNewOrg( pPage->GetLeftBorder(), pPage->GetUpperBorder() );
aNewSize = Size( aSize.Width() - pPage->GetLeftBorder() - pPage->GetRightBorder(),
aSize.Height() - pPage->GetUpperBorder() - pPage->GetLowerBorder() );