svx/source/unodraw/UnoGraphicExporter.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 87866def6bfe2ee91be34a5ce37b79d6da881617
Author:     Armin Le Grand (Allotropia) <armin.le.gr...@me.com>
AuthorDate: Tue Jan 25 18:12:13 2022 +0100
Commit:     Armin Le Grand <armin.le.gr...@me.com>
CommitDate: Wed Jan 26 09:46:58 2022 +0100

    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.gr...@me.com>

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() );

Reply via email to