[Libreoffice-commits] core.git: Branch 'feature/SOSAW080' - svx/source sw/source
Armin Le Grand (CIB)
Armin.Le.Grand at cib.de
Sat Mar 10 18:53:10 UTC 2018
svx/source/svdraw/svdpage.cxx | 2 ++
sw/source/filter/ww8/wrtww8gr.cxx | 1 +
2 files changed, 3 insertions(+)
New commits:
commit 49d3233f77460d033c7c1cceeb1d527b2bb7354c
Author: Armin Le Grand <Armin.Le.Grand at cib.de (CIB)>
Date: Sat Mar 10 19:40:43 2018 +0100
SOSAW080: Smaller corrections/includes adapted
Change-Id: I242b9e228a9a042c3a5bdd38b1ea6600144276d5
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index ac397092bb85..4bcc9b842053 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -1133,7 +1133,9 @@ SdrPage::SdrPage(SdrModel& rModel, bool bMasterPage)
mnBorderLower(0),
mpLayerAdmin(new SdrLayerAdmin(&rModel.GetLayerAdmin())),
mpSdrPageProperties(nullptr),
+ mxUnoPage(),
mpMasterPageDescriptor(nullptr),
+ aPrefVisiLayers(),
nPageNum(0),
mbMaster(bMasterPage),
mbInserted(false),
diff --git a/sw/source/filter/ww8/wrtww8gr.cxx b/sw/source/filter/ww8/wrtww8gr.cxx
index 09ec3ac9873d..ee2f92901b1e 100644
--- a/sw/source/filter/ww8/wrtww8gr.cxx
+++ b/sw/source/filter/ww8/wrtww8gr.cxx
@@ -68,6 +68,7 @@
#include <cstdio>
#include <o3tl/enumrange.hxx>
#include <IDocumentDrawModelAccess.hxx>
+#include <drawdoc.hxx>
using namespace ::com::sun::star;
More information about the Libreoffice-commits
mailing list