Author: regina
Date: Tue Apr 22 12:49:38 2014
New Revision: 1589115

URL: http://svn.apache.org/r1589115
Log:
missing includes, needed for pro build on Windows

Modified:
    openoffice/branches/alg/aw080/main/svx/inc/svx/xflbmpit.hxx
    openoffice/branches/alg/aw080/main/sw/inc/fillattributes.hxx
    openoffice/branches/alg/aw080/main/sw/source/core/attr/swatrset.cxx
    openoffice/branches/alg/aw080/main/sw/source/core/doc/docfly.cxx
    openoffice/branches/alg/aw080/main/sw/source/core/inc/frame.hxx
    openoffice/branches/alg/aw080/main/sw/source/core/layout/atrfrm.cxx
    openoffice/branches/alg/aw080/main/sw/source/core/layout/fillattributes.cxx
    
openoffice/branches/alg/aw080/main/sw/source/core/unocore/unobrushitemhelper.cxx
    openoffice/branches/alg/aw080/main/sw/source/core/unocore/unoframe.cxx
    openoffice/branches/alg/aw080/main/sw/source/core/unocore/unomap.cxx
    openoffice/branches/alg/aw080/main/sw/source/core/unocore/unostyle.cxx
    openoffice/branches/alg/aw080/main/sw/source/ui/shells/basesh.cxx

Modified: openoffice/branches/alg/aw080/main/svx/inc/svx/xflbmpit.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/svx/inc/svx/xflbmpit.hxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/svx/inc/svx/xflbmpit.hxx (original)
+++ openoffice/branches/alg/aw080/main/svx/inc/svx/xflbmpit.hxx Tue Apr 22 
12:49:38 2014
@@ -26,6 +26,7 @@
 
 #include <svl/eitem.hxx>
 #include "svx/svxdllapi.h"
+#include "svx/rectenum.hxx"
 
 /*************************************************************************
 |*

Modified: openoffice/branches/alg/aw080/main/sw/inc/fillattributes.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/inc/fillattributes.hxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/inc/fillattributes.hxx (original)
+++ openoffice/branches/alg/aw080/main/sw/inc/fillattributes.hxx Tue Apr 22 
12:49:38 2014
@@ -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>
 
 //////////////////////////////////////////////////////////////////////////////
 

Modified: openoffice/branches/alg/aw080/main/sw/source/core/attr/swatrset.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/attr/swatrset.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/attr/swatrset.cxx 
(original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/attr/swatrset.cxx Tue Apr 
22 12:49:38 2014
@@ -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(

Modified: openoffice/branches/alg/aw080/main/sw/source/core/doc/docfly.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/doc/docfly.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/doc/docfly.cxx (original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/doc/docfly.cxx Tue Apr 22 
12:49:38 2014
@@ -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>

Modified: openoffice/branches/alg/aw080/main/sw/source/core/inc/frame.hxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/inc/frame.hxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/inc/frame.hxx (original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/inc/frame.hxx Tue Apr 22 
12:49:38 2014
@@ -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"

Modified: openoffice/branches/alg/aw080/main/sw/source/core/layout/atrfrm.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/layout/atrfrm.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/layout/atrfrm.cxx 
(original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/layout/atrfrm.cxx Tue Apr 
22 12:49:38 2014
@@ -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>

Modified: 
openoffice/branches/alg/aw080/main/sw/source/core/layout/fillattributes.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/layout/fillattributes.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/layout/fillattributes.cxx 
(original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/layout/fillattributes.cxx 
Tue Apr 22 12:49:38 2014
@@ -31,6 +31,7 @@
 #include <drawinglayer/attribute/fillhatchattribute.hxx>
 #include <drawinglayer/attribute/sdrfillgraphicattribute.hxx>
 #include <svx/xfillit0.hxx>
+#include <vcl/graph.hxx>
 
 //////////////////////////////////////////////////////////////////////////////
 

Modified: 
openoffice/branches/alg/aw080/main/sw/source/core/unocore/unobrushitemhelper.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/unocore/unobrushitemhelper.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- 
openoffice/branches/alg/aw080/main/sw/source/core/unocore/unobrushitemhelper.cxx
 (original)
+++ 
openoffice/branches/alg/aw080/main/sw/source/core/unocore/unobrushitemhelper.cxx
 Tue Apr 22 12:49:38 2014
@@ -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>
 

Modified: openoffice/branches/alg/aw080/main/sw/source/core/unocore/unoframe.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/unocore/unoframe.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/unocore/unoframe.cxx 
(original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/unocore/unoframe.cxx Tue 
Apr 22 12:49:38 2014
@@ -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>

Modified: openoffice/branches/alg/aw080/main/sw/source/core/unocore/unomap.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/unocore/unomap.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/unocore/unomap.cxx 
(original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/unocore/unomap.cxx Tue 
Apr 22 12:49:38 2014
@@ -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>

Modified: openoffice/branches/alg/aw080/main/sw/source/core/unocore/unostyle.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/core/unocore/unostyle.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/core/unocore/unostyle.cxx 
(original)
+++ openoffice/branches/alg/aw080/main/sw/source/core/unocore/unostyle.cxx Tue 
Apr 22 12:49:38 2014
@@ -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>

Modified: openoffice/branches/alg/aw080/main/sw/source/ui/shells/basesh.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/branches/alg/aw080/main/sw/source/ui/shells/basesh.cxx?rev=1589115&r1=1589114&r2=1589115&view=diff
==============================================================================
--- openoffice/branches/alg/aw080/main/sw/source/ui/shells/basesh.cxx (original)
+++ openoffice/branches/alg/aw080/main/sw/source/ui/shells/basesh.cxx Tue Apr 
22 12:49:38 2014
@@ -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>


Reply via email to