[Libreoffice-commits] core.git: Branch 'feature/cib_contract6721b' - xmloff/source

Thorsten Behrens (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 2 13:49:30 UTC 2021


 xmloff/source/style/PageMasterImportContext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ba81317487c85be3a6d09cdd2c141f53d8c72f44
Author:     Thorsten Behrens <thorsten.behrens at allotropia.de>
AuthorDate: Mon Aug 2 15:48:37 2021 +0200
Commit:     Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Mon Aug 2 15:48:37 2021 +0200

    xmloff: fix build
    
    Change-Id: I184d103270097737880423d923a80f955308f1ce

diff --git a/xmloff/source/style/PageMasterImportContext.cxx b/xmloff/source/style/PageMasterImportContext.cxx
index a036bf31d1fe..ea77e53c59bd 100644
--- a/xmloff/source/style/PageMasterImportContext.cxx
+++ b/xmloff/source/style/PageMasterImportContext.cxx
@@ -28,7 +28,9 @@
 #include <PageMasterStyleMap.hxx>
 #include <com/sun/star/frame/XModel.hpp>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
+#include <com/sun/star/drawing/FillStyle.hpp>
 #include <osl/diagnose.h>
+#include <sal/log.hxx>
 
 //
 #include <com/sun/star/beans/XPropertySet.hpp>


More information about the Libreoffice-commits mailing list