From a0a4f4f4f858014ceb51e0c7a38a3e80419951b9 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Sun, 27 Nov 2011 01:56:37 +0100 Subject: [PATCH] RtfExport: remove unused includes --- sw/source/filter/ww8/rtfexport.cxx | 22 ---------------------- sw/source/filter/ww8/rtfexport.hxx | 6 ------ 2 files changed, 28 deletions(-) diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx index a36f233070ae..5139102888a9 100644 --- a/sw/source/filter/ww8/rtfexport.cxx +++ b/sw/source/filter/ww8/rtfexport.cxx @@ -27,61 +27,39 @@ * ************************************************************************/ -#include "rtfexport.hxx" #include "rtfexportfilter.hxx" #include "rtfsdrexport.hxx" #include "rtfattributeoutput.hxx" #include -#include #include -#include -#include -#include -#include -#include -#include -#include - -#include #include #include -#include -#include -#include #include -#include #include #include #include -#include #include #include #include -#include #include #include #include #include #include -#include #include #include #include #include #include -#include #include #include #include "ww8par.hxx" -#include "ww8scan.hxx" #include -#include -#include #include #include diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx index a64beaad9e23..3759f318306d 100644 --- a/sw/source/filter/ww8/rtfexport.hxx +++ b/sw/source/filter/ww8/rtfexport.hxx @@ -30,14 +30,8 @@ #ifndef _RTFEXPORT_HXX_ #define _RTFEXPORT_HXX_ -#include #include "wrtww8.hxx" -#include - -#include -#include - class RtfAttributeOutput; class RtfExportFilter; class RtfSdrExport;