summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2014-04-22 11:49:38 +0000
committerRegina Henschel <regina@apache.org>2014-04-22 11:49:38 +0000
commitc5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (patch)
tree6cf5a4984fc197da0a2d853a16169fbbee0f2573
parent4cff340fbe1f20a3a05cc5e541cfcbd735287e2d (diff)
missing includes, needed for pro build on Windows
-rw-r--r--svx/inc/svx/xflbmpit.hxx1
-rwxr-xr-xsw/inc/fillattributes.hxx2
-rw-r--r--sw/source/core/attr/swatrset.cxx1
-rw-r--r--sw/source/core/doc/docfly.cxx4
-rw-r--r--sw/source/core/inc/frame.hxx1
-rw-r--r--sw/source/core/layout/atrfrm.cxx1
-rwxr-xr-xsw/source/core/layout/fillattributes.cxx1
-rw-r--r--sw/source/core/unocore/unobrushitemhelper.cxx3
-rw-r--r--sw/source/core/unocore/unoframe.cxx4
-rw-r--r--sw/source/core/unocore/unomap.cxx1
-rw-r--r--sw/source/core/unocore/unostyle.cxx1
-rw-r--r--sw/source/ui/shells/basesh.cxx1
12 files changed, 21 insertions, 0 deletions
diff --git a/svx/inc/svx/xflbmpit.hxx b/svx/inc/svx/xflbmpit.hxx
index 88394fe201f8..5bd225d1862b 100644
--- a/svx/inc/svx/xflbmpit.hxx
+++ b/svx/inc/svx/xflbmpit.hxx
@@ -26,6 +26,7 @@
#include <svl/eitem.hxx>
#include "svx/svxdllapi.h"
+#include "svx/rectenum.hxx"
/*************************************************************************
|*
diff --git a/sw/inc/fillattributes.hxx b/sw/inc/fillattributes.hxx
index 33ec929820ea..c9626abe6b05 100755
--- a/sw/inc/fillattributes.hxx
+++ b/sw/inc/fillattributes.hxx
@@ -26,6 +26,8 @@
#include <drawinglayer/attribute/sdrfillattribute.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
#include <boost/shared_ptr.hpp>
+#include <tools/color.hxx>
+#include <svl/itemset.hxx>
//////////////////////////////////////////////////////////////////////////////
diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx
index a5b43fd23d3f..6586d8a36873 100644
--- a/sw/source/core/attr/swatrset.cxx
+++ b/sw/source/core/attr/swatrset.cxx
@@ -44,6 +44,7 @@
#include <list.hxx>
#include <svx/svdpool.hxx>
#include <svx/sxenditm.hxx>
+#include <editeng/editeng.hxx>
SwAttrPool::SwAttrPool( SwDoc* pD )
: SfxItemPool( String::CreateFromAscii(
diff --git a/sw/source/core/doc/docfly.cxx b/sw/source/core/doc/docfly.cxx
index 823590b419f9..d400711548de 100644
--- a/sw/source/core/doc/docfly.cxx
+++ b/sw/source/core/doc/docfly.cxx
@@ -30,6 +30,10 @@
#include <svx/svdpage.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdocapt.hxx>
+#include <svx/xlndsit.hxx>
+#include <svx/xlnstit.hxx>
+#include <svx/xlnedit.hxx>
+#include <svx/xflhtit.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <fmtsrnd.hxx>
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index baa04bede4af..f675a201591d 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -23,6 +23,7 @@
#ifndef SW_FRAME_HXX
#define SW_FRAME_HXX
+#include "boost/shared_ptr.hpp"
#include <svl/svarray.hxx>
#include "swtypes.hxx" // fuer SwTwips
#include "swrect.hxx"
diff --git a/sw/source/core/layout/atrfrm.cxx b/sw/source/core/layout/atrfrm.cxx
index 39ef44da57ab..6bd42a366ff4 100644
--- a/sw/source/core/layout/atrfrm.cxx
+++ b/sw/source/core/layout/atrfrm.cxx
@@ -51,6 +51,7 @@
#include <editeng/lrspitem.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdpage.hxx>
+#include <svl/itemiter.hxx>
#include <unosett.hxx>
#include <unostyle.hxx>
#include <fmtclds.hxx>
diff --git a/sw/source/core/layout/fillattributes.cxx b/sw/source/core/layout/fillattributes.cxx
index 33a2ba054fed..930daec5c389 100755
--- a/sw/source/core/layout/fillattributes.cxx
+++ b/sw/source/core/layout/fillattributes.cxx
@@ -31,6 +31,7 @@
#include <drawinglayer/attribute/fillhatchattribute.hxx>
#include <drawinglayer/attribute/sdrfillgraphicattribute.hxx>
#include <svx/xfillit0.hxx>
+#include <vcl/graph.hxx>
//////////////////////////////////////////////////////////////////////////////
diff --git a/sw/source/core/unocore/unobrushitemhelper.cxx b/sw/source/core/unocore/unobrushitemhelper.cxx
index 65ab4df97541..4fb8a5fe7810 100644
--- a/sw/source/core/unocore/unobrushitemhelper.cxx
+++ b/sw/source/core/unocore/unobrushitemhelper.cxx
@@ -37,6 +37,9 @@
#include <svx/xflbstit.hxx>
#include <svx/xflboxy.hxx>
#include <svx/xflbckit.hxx>
+#include <svx/xflclit.hxx>
+#include <svx/xfltrit.hxx>
+#include <svx/xflhtit.hxx>
#include <svx/unoshape.hxx>
#include <hintids.hxx>
diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx
index 915ff88fb7e5..47cb131d7243 100644
--- a/sw/source/core/unocore/unoframe.cxx
+++ b/sw/source/core/unocore/unoframe.cxx
@@ -30,7 +30,11 @@
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
+#include <com/sun/star/drawing/BitmapMode.hpp>
#include <svx/svxids.hrc>
+#include <svx/xflclit.hxx>
+#include <svx/xflhtit.hxx>
+#include <svx/xfltrit.hxx>
#include <editeng/memberids.hrc>
#include <swtypes.hxx>
diff --git a/sw/source/core/unocore/unomap.cxx b/sw/source/core/unocore/unomap.cxx
index a9fa159a527f..85ca8e7419af 100644
--- a/sw/source/core/unocore/unomap.cxx
+++ b/sw/source/core/unocore/unomap.cxx
@@ -26,6 +26,7 @@
#include <hintids.hxx>
#include <svx/svxids.hrc>
+#include <svx/xdef.hxx>
#include <comphelper/TypeGeneration.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/text/PageNumberType.hpp>
diff --git a/sw/source/core/unocore/unostyle.cxx b/sw/source/core/unocore/unostyle.cxx
index 80cc4244fd39..e6eb8cce0fe3 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -69,6 +69,7 @@
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
+#include <com/sun/star/drawing/BitmapMode.hpp>
#include <istyleaccess.hxx>
#include <GetMetricVal.hxx>
#include <fmtfsize.hxx>
diff --git a/sw/source/ui/shells/basesh.cxx b/sw/source/ui/shells/basesh.cxx
index 316554a39ae1..17379d8a152f 100644
--- a/sw/source/ui/shells/basesh.cxx
+++ b/sw/source/ui/shells/basesh.cxx
@@ -33,6 +33,7 @@
#include <sfx2/linkmgr.hxx>
#include <svx/htmlmode.hxx>
#include <svx/imapdlg.hxx>
+#include <svx/xflclit.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/viewfrm.hxx>