summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-04 13:04:05 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-04 13:04:49 +0200
commit69cc00837f58a257a8c1875126b2c89e6c3bd96f (patch)
treeff4463e1f60c98ad87281cc565fa35dcf9e05e57
parentb1594febc030376a272c73cf125a2c77e42b8117 (diff)
sw: drop some unused includes
Change-Id: Ia17354be0b8cea2ba519c1d907b69034cd434567
-rw-r--r--sw/source/core/doc/docdesc.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx
index 7f98a5530fcf..cc1be24b95d8 100644
--- a/sw/source/core/doc/docdesc.cxx
+++ b/sw/source/core/doc/docdesc.cxx
@@ -27,21 +27,14 @@
************************************************************************/
-#include <hintids.hxx>
-#include <vcl/virdev.hxx>
#include <svx/svdmodel.hxx>
#include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
#include <editeng/paperinf.hxx>
#include "editeng/frmdiritem.hxx"
-#include <sfx2/docfile.hxx>
#include <sfx2/printer.hxx>
-#include <unotools/localedatawrapper.hxx>
-#include <com/sun/star/document/PrinterIndependentLayout.hpp>
#include <fmtfsize.hxx>
#include <fmthdft.hxx>
#include <fmtcntnt.hxx>
-#include <fmtpdsc.hxx>
#include <ftninfo.hxx>
#include <fesh.hxx>
#include <ndole.hxx>
@@ -49,26 +42,19 @@
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <docary.hxx>
-#include <pagefrm.hxx> //For DelPageDesc
#include <rootfrm.hxx> //For DelPageDesc
-#include <ndtxt.hxx>
#include <frmtool.hxx>
-#include <pagedesc.hxx>
#include <poolfmt.hxx>
#include <docsh.hxx>
-#include <ndindex.hxx>
#include <ftnidx.hxx>
#include <fmtftn.hxx>
#include <txtftn.hxx>
#include <fntcache.hxx>
-#include <viewsh.hxx>
#include <viewopt.hxx>
#include <fldbas.hxx>
#include <swwait.hxx>
#include <GetMetricVal.hxx>
-#include <unotools/syslocale.hxx>
#include <statstr.hrc>
-#include <switerator.hxx>
#include <hints.hxx>
#include <SwUndoPageDesc.hxx>
#include <pagedeschint.hxx>