summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-11-27 02:25:10 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-11-27 02:27:37 +0100
commitd21162d89685a07f1f82b6bf314caf3c64e49fa6 (patch)
tree989a9abe86af996b7d1c868fa18ee2c61e36fd85 /sw
parent5216a1e243e9d0bc912e0855bec56facf91497f9 (diff)
RtfImportFilter: remove unused includes
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/rtfimportfilter.cxx7
-rw-r--r--sw/source/filter/ww8/rtfimportfilter.hxx2
2 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/filter/ww8/rtfimportfilter.cxx b/sw/source/filter/ww8/rtfimportfilter.cxx
index 980c96fd8974..211a5094d28d 100644
--- a/sw/source/filter/ww8/rtfimportfilter.cxx
+++ b/sw/source/filter/ww8/rtfimportfilter.cxx
@@ -32,18 +32,11 @@
#include <docsh.hxx>
#include <doc.hxx>
-#include <pam.hxx>
#include <unotxdoc.hxx>
-#include <swerror.h>
-#include <cppuhelper/factory.hxx>
#include <comphelper/mediadescriptor.hxx>
#include <unotools/ucbstreamhelper.hxx>
-#include <com/sun/star/frame/XDesktop.hpp>
-#include <com/sun/star/uno/XComponentContext.hpp>
-#include <com/sun/star/frame/XComponentLoader.hpp>
-
using namespace ::comphelper;
using namespace ::com::sun::star;
using ::rtl::OUString;
diff --git a/sw/source/filter/ww8/rtfimportfilter.hxx b/sw/source/filter/ww8/rtfimportfilter.hxx
index 9782dae31300..1bc29f116fa6 100644
--- a/sw/source/filter/ww8/rtfimportfilter.hxx
+++ b/sw/source/filter/ww8/rtfimportfilter.hxx
@@ -34,8 +34,6 @@
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase2.hxx>
-#include <tools/stream.hxx>
-#include <shellio.hxx>
/// The physical access to the RTF document (for reading).
class RtfImportFilter : public cppu::WeakImplHelper2