[Libreoffice-commits] core.git: lotuswordpro/source

Stephan Bergmann sbergman at redhat.com
Mon Oct 16 15:26:26 UTC 2017


 lotuswordpro/source/filter/lwpsvstream.hxx        |    1 -
 lotuswordpro/source/filter/xfilter/xfbookmark.hxx |    4 ++++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 1af2b56c126ab15e01af7f0a07697f12101353e7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 16 17:26:00 2017 +0200

    Make inclusion of relevant include files more precise
    
    Change-Id: Id9cf521f4ed79fa4b98794b40de7823c3a502537

diff --git a/lotuswordpro/source/filter/lwpsvstream.hxx b/lotuswordpro/source/filter/lwpsvstream.hxx
index eb9ac363719a..1ef034cebae3 100644
--- a/lotuswordpro/source/filter/lwpsvstream.hxx
+++ b/lotuswordpro/source/filter/lwpsvstream.hxx
@@ -57,7 +57,6 @@
 #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_LWPSVSTREAM_HXX
 
 #include "lwpheader.hxx"
-#include "xfilter/xfglobal.hxx"
 
 class SvStream;
 
diff --git a/lotuswordpro/source/filter/xfilter/xfbookmark.hxx b/lotuswordpro/source/filter/xfilter/xfbookmark.hxx
index 0662393aaa90..122675a0a4ee 100644
--- a/lotuswordpro/source/filter/xfilter/xfbookmark.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfbookmark.hxx
@@ -60,6 +60,10 @@
 #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFBOOKMARK_HXX
 #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFBOOKMARK_HXX
 
+#include <sal/config.h>
+
+#include "ixfattrlist.hxx"
+#include "ixfstream.hxx"
 #include "xfcontent.hxx"
 
 /**


More information about the Libreoffice-commits mailing list