summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-08 18:10:34 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-08 18:10:50 +0100
commit9614183bbbba33ec9cd658870755645ed64ae221 (patch)
tree069cf1e4612317dfbe0b5c5ee3e8ecce729f7c9a /sw/source/filter
parent090e5f356a1da58c6bd4e2e8f84487a228ea11dc (diff)
sw: make sure that these headers are self-contained
Change-Id: Ifdfe85abe57b5873ab4641d3a592c4cf8d2e4e01
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/docxsdrexport.cxx2
-rw-r--r--sw/source/filter/ww8/docxsdrexport.hxx6
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.cxx2
-rw-r--r--sw/source/filter/ww8/rtfstringbuffer.cxx2
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(),