diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-11-24 01:05:49 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-11-24 01:06:32 +0100 |
commit | 7a37392d1495f50fe9ef3a3bb1bbea063d5cf158 (patch) | |
tree | 297539e478c9524d3e51c67ead1b351906b1be56 /sw | |
parent | 0d2a6999fc320843e4db0c99d961414416a8451c (diff) |
RtfAttributeOutput: remove unnecessary includes
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.cxx | 41 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfattributeoutput.hxx | 8 |
2 files changed, 0 insertions, 49 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx b/sw/source/filter/ww8/rtfattributeoutput.cxx index 32855a4131c0..2cd6033b60d7 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.cxx +++ b/sw/source/filter/ww8/rtfattributeoutput.cxx @@ -28,24 +28,12 @@ ************************************************************************/ #include "rtfattributeoutput.hxx" -#include "rtfexport.hxx" #include "rtfsdrexport.hxx" #include "writerwordglue.hxx" -#include "wrtww8.hxx" #include "ww8par.hxx" #include "fmtcntnt.hxx" -#include "fmtsrnd.hxx" #include "fchrfmt.hxx" -#include "tgrditem.hxx" -#include "fmtruby.hxx" -#include "charfmt.hxx" -#include "breakit.hxx" -#include <i18npool/mslangid.hxx> - -#include <hintids.hxx> - -#include <svl/poolitem.hxx> #include <svtools/rtfkeywd.hxx> #include <editeng/fontitem.hxx> @@ -53,9 +41,7 @@ #include <editeng/adjitem.hxx> #include <editeng/spltitem.hxx> #include <editeng/widwitem.hxx> -#include <editeng/lspcitem.hxx> #include <editeng/keepitem.hxx> -#include <editeng/shaditem.hxx> #include <editeng/brshitem.hxx> #include <editeng/postitem.hxx> #include <editeng/wghtitem.hxx> @@ -69,77 +55,50 @@ #include <editeng/fhgtitem.hxx> #include <editeng/colritem.hxx> #include <editeng/hyznitem.hxx> -#include <editeng/brkitem.hxx> -#include <editeng/lrspitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/cntritem.hxx> #include <editeng/shdditem.hxx> #include <editeng/akrnitem.hxx> -#include <editeng/pbinitem.hxx> #include <editeng/emphitem.hxx> #include <editeng/twolinesitem.hxx> #include <editeng/charscaleitem.hxx> #include <editeng/charrotateitem.hxx> #include <editeng/charreliefitem.hxx> #include <editeng/paravertalignitem.hxx> -#include <editeng/pgrditem.hxx> #include <editeng/frmdiritem.hxx> #include <editeng/blnkitem.hxx> #include <editeng/charhiddenitem.hxx> #include <svx/svdmodel.hxx> -#include <svx/svdobj.hxx> #include <svx/fmglob.hxx> #include <svx/svdouno.hxx> #include <filter/msfilter/msoleexp.hxx> #include <svtools/miscopt.hxx> #include <docufld.hxx> -#include <flddropdown.hxx> -#include <format.hxx> #include <fmtclds.hxx> #include <fmtinfmt.hxx> -#include <fmtfld.hxx> -#include <fmtfsize.hxx> #include <fmtftn.hxx> #include <fmtrowsplt.hxx> #include <fmtline.hxx> #include <fmtanchr.hxx> -#include <frmfmt.hxx> #include <frmatr.hxx> -#include <ftninfo.hxx> #include <htmltbl.hxx> #include <ndgrf.hxx> #include <ndtxt.hxx> -#include <node.hxx> #include <pagedesc.hxx> -#include <paratr.hxx> #include <swmodule.hxx> #include <swtable.hxx> #include <txtftn.hxx> #include <txtinet.hxx> -#include <numrule.hxx> #include <grfatr.hxx> #include <ndole.hxx> #include <lineinfo.hxx> #include <rtf.hxx> -#include <rtl/strbuf.hxx> -#include <rtl/ustrbuf.hxx> -#include <rtl/ustring.hxx> - -#include <tools/color.hxx> - #include <vcl/cvtgrf.hxx> #include <com/sun/star/i18n/ScriptType.hdl> -#include <com/sun/star/drawing/XShape.hpp> -#include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/chart2/XChartDocument.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/container/XNamed.hpp> - -#include <osl/diagnose.h> using ::editeng::SvxBorderLine; using rtl::OString; diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx index 4ac68be6a377..856b14f289e0 100644 --- a/sw/source/filter/ww8/rtfattributeoutput.hxx +++ b/sw/source/filter/ww8/rtfattributeoutput.hxx @@ -30,19 +30,11 @@ #ifndef _RTFATTRIBUTEOUTPUT_HXX_ #define _RTFATTRIBUTEOUTPUT_HXX_ -#include <set> #include "attributeoutputbase.hxx" -#include "fields.hxx" #include "rtfexport.hxx" -#include <vcl/vclenum.hxx> - -#include <fldbas.hxx> #include <rtl/strbuf.hxx> -#include <vector> - - class SwGrfNode; class SwOLENode; class SdrObject; |