summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-11-27 01:56:37 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-11-27 02:27:37 +0100
commita0a4f4f4f858014ceb51e0c7a38a3e80419951b9 (patch)
treecea6d26bb41df485af07bedd94b0cf0cc6f29f05 /sw
parent83345ff8d8b709d6558238cd8e4f08323f3c97bc (diff)
RtfExport: remove unused includes
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/rtfexport.cxx22
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx6
2 files changed, 0 insertions, 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 <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
-#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/i18n/ScriptType.hdl>
-#include <com/sun/star/frame/XModel.hpp>
-#include <map>
-#include <algorithm>
-#include <iostream>
-#include <iomanip>
-#include <string>
-#include <sstream>
-
-#include <IMark.hxx>
#include <docsh.hxx>
#include <ndtxt.hxx>
-#include <wrtww8.hxx>
-#include <fltini.hxx>
-#include <fmtline.hxx>
#include <fmtpdsc.hxx>
-#include <frmfmt.hxx>
#include <section.hxx>
#include <pagedesc.hxx>
#include <swtable.hxx>
-#include <fmtfsize.hxx>
#include <frmatr.hxx>
#include <ftninfo.hxx>
#include <fmthdft.hxx>
-#include <editeng/fontitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/brshitem.hxx>
#include <editeng/shaditem.hxx>
-#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/protitem.hxx>
#include <docary.hxx>
#include <numrule.hxx>
-#include <charfmt.hxx>
#include <lineinfo.hxx>
#include <swmodule.hxx>
#include "ww8par.hxx"
-#include "ww8scan.hxx"
#include <comphelper/string.hxx>
-#include <rtl/ustrbuf.hxx>
-#include <vcl/font.hxx>
#include <svtools/rtfkeywd.hxx>
#include <unotools/configmgr.hxx>
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 <set>
#include "wrtww8.hxx"
-#include <rtl/ustring.hxx>
-
-#include <cstdio>
-#include <map>
-
class RtfAttributeOutput;
class RtfExportFilter;
class RtfSdrExport;