[Libreoffice-commits] .: sw/source

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Jul 4 04:03:35 PDT 2012


 sw/source/core/doc/docdesc.cxx |   14 --------------
 1 file changed, 14 deletions(-)

New commits:
commit 69cc00837f58a257a8c1875126b2c89e6c3bd96f
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed Jul 4 13:04:05 2012 +0200

    sw: drop some unused includes
    
    Change-Id: Ia17354be0b8cea2ba519c1d907b69034cd434567

diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx
index 7f98a55..cc1be24 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>


More information about the Libreoffice-commits mailing list