From 9614183bbbba33ec9cd658870755645ed64ae221 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 8 Feb 2015 18:10:34 +0100 Subject: sw: make sure that these headers are self-contained Change-Id: Ifdfe85abe57b5873ab4641d3a592c4cf8d2e4e01 --- sw/source/filter/ww8/docxsdrexport.cxx | 2 +- sw/source/filter/ww8/docxsdrexport.hxx | 6 ++++++ sw/source/filter/ww8/rtfattributeoutput.cxx | 2 +- 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 #include #include #include @@ -26,7 +27,6 @@ #include #include #include -#include #include #include #include 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 + #include +#include +#include +#include + 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 #include "rtfattributeoutput.hxx" +#include #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(), -- cgit v1.2.3