diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-11-27 02:24:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-11-27 02:27:37 +0100 |
commit | 5216a1e243e9d0bc912e0855bec56facf91497f9 (patch) | |
tree | 5626696fc90022e8a44489092b0b4c91fd82dc16 /sw | |
parent | a0a4f4f4f858014ceb51e0c7a38a3e80419951b9 (diff) |
RtfExportFilter: remove unused includes
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/rtfexportfilter.cxx | 4 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfexportfilter.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/rtfexportfilter.cxx b/sw/source/filter/ww8/rtfexportfilter.cxx index 0aedd4add7f8..7c5969497865 100644 --- a/sw/source/filter/ww8/rtfexportfilter.cxx +++ b/sw/source/filter/ww8/rtfexportfilter.cxx @@ -29,14 +29,10 @@ #include <rtfexportfilter.hxx> #include <rtfexport.hxx> -#include <rtfimportfilter.hxx> #include <docsh.hxx> -#include <doc.hxx> -#include <pam.hxx> #include <unotxdoc.hxx> -#include <cppuhelper/factory.hxx> #include <comphelper/mediadescriptor.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/sw/source/filter/ww8/rtfexportfilter.hxx b/sw/source/filter/ww8/rtfexportfilter.hxx index de7c94cf80ac..5e0901836d74 100644 --- a/sw/source/filter/ww8/rtfexportfilter.hxx +++ b/sw/source/filter/ww8/rtfexportfilter.hxx @@ -34,7 +34,6 @@ #include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase2.hxx> -#include <tools/stream.hxx> #include <shellio.hxx> /// Dummy Writer implementation to be able to use the string format methods of the base class |