summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-14 10:35:20 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-14 11:45:55 +0100
commit05aa02a85d3f9ab6cd9d217ad2d1bef9ca28fd71 (patch)
treecbaf803d24bc84e34f8c9d6f80cd0214eb4af964 /sw
parent2ad285eacda91bb95ec2fbb44ce6fa0b4d50f817 (diff)
Unused includes
Change-Id: Ie273e88bd12321726f1717e4e09b1928fcadb6f9
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/rtf/swparrtf.cxx5
-rw-r--r--sw/source/filter/ww8/docxsdrexport.cxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index 4b042f44d92b..2730561bdfa2 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/stream.hxx>
#include <poolfmt.hxx>
#include <shellio.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <IDocumentStylePoolAccess.hxx>
-#include <pam.hxx>
#include <swerror.h>
#include <unotextrange.hxx>
@@ -32,11 +30,8 @@
#include <unotools/streamwrap.hxx>
#include <comphelper/processfactory.hxx>
-#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
-#include <com/sun/star/document/XExporter.hpp>
-#include <com/sun/star/text/XTextRange.hpp>
using namespace ::com::sun::star;
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx
index d12acd307c7c..142e79c40e3e 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -17,7 +17,6 @@
#include <svx/svdogrp.hxx>
#include <oox/token/tokens.hxx>
#include <oox/export/utils.hxx>
-#include <oox/export/vmlexport.hxx>
#include <oox/token/properties.hxx>
#include <textboxhelper.hxx>
#include <fmtanchr.hxx>
@@ -32,7 +31,6 @@
#include <comphelper/seqstream.hxx>
#include <comphelper/sequence.hxx>
-
#include <IDocumentDrawModelAccess.hxx>
using namespace com::sun::star;