diff options
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.hxx | 6 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfstringbuffer.cxx | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 98cdff3d5877..d086500fe928 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -7,6 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <docxsdrexport.hxx> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <com/sun/star/xml/sax/XSAXSerializable.hpp> @@ -26,7 +27,6 @@ #include <txatbase.hxx> #include <fmtfsize.hxx> #include <drawdoc.hxx> -#include <docxsdrexport.hxx> #include <docxattributeoutput.hxx> #include <docxexportfilter.hxx> #include <comphelper/seqstream.hxx> diff --git a/sw/source/filter/ww8/docxsdrexport.hxx b/sw/source/filter/ww8/docxsdrexport.hxx index fb25d380ce69..b910ee471b1a 100644 --- a/sw/source/filter/ww8/docxsdrexport.hxx +++ b/sw/source/filter/ww8/docxsdrexport.hxx @@ -11,7 +11,12 @@ #define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXSDREXPORT_HXX #include <boost/shared_ptr.hpp> + #include <com/sun/star/xml/dom/XDocument.hpp> +#include <rtl/strbuf.hxx> +#include <sax/fshelper.hxx> +#include <tools/solar.h> + namespace oox { namespace drawingml @@ -22,6 +27,7 @@ class DrawingML; class Size; class Point; class SdrObject; +class SvxBoxItem; namespace sw { diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index beca8826b627..d65c450dabd4 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <cstring> #include "rtfattributeoutput.hxx" +#include <cstring> #include "rtfsdrexport.hxx" #include "writerwordglue.hxx" #include "ww8par.hxx" diff --git a/sw/source/filter/ww8/rtfstringbuffer.cxx b/sw/source/filter/ww8/rtfstringbuffer.cxx index 16535f7f4fce..aa7db28a1e08 100644 --- a/sw/source/filter/ww8/rtfstringbuffer.cxx +++ b/sw/source/filter/ww8/rtfstringbuffer.cxx @@ -6,8 +6,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "rtfattributeoutput.hxx" #include "rtfstringbuffer.hxx" +#include "rtfattributeoutput.hxx" RtfStringBufferValue::RtfStringBufferValue() : m_aBuffer(), |