summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-05-29 20:08:33 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-05-30 07:29:54 +0200
commita5c5e3410d594ba724454a00faa088d92e60fce6 (patch)
tree0fae2ffe6e049ee4df7ad449d0ea8026c17859d9 /sw
parentsal_Bool to bool (diff)
downloadcore-a5c5e3410d594ba724454a00faa088d92e60fce6.tar.gz
core-a5c5e3410d594ba724454a00faa088d92e60fce6.zip
sw: unused includes in calcmove
Change-Id: Id84e4df270e302399c4696e11da2d09f2ef44899
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/calcmove.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index a7fc278dd79d..df3770f74fa5 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -19,22 +19,13 @@
#include "rootfrm.hxx"
#include "pagefrm.hxx"
-#include "cntfrm.hxx"
-#include "viewsh.hxx"
-#include "doc.hxx"
-#include "viewimp.hxx"
#include "viewopt.hxx"
-#include "swtypes.hxx"
-#include "dflyobj.hxx"
-#include "dcontact.hxx"
-#include "flyfrm.hxx"
#include "frmtool.hxx"
#include "txtftn.hxx"
#include "fmtftn.hxx"
#include <editeng/ulspitem.hxx>
#include <editeng/keepitem.hxx>
-#include <vcl/outdev.hxx>
#include <fmtfsize.hxx>
#include <fmtanchr.hxx>
#include <fmtclbl.hxx>
@@ -42,8 +33,6 @@
#include "tabfrm.hxx"
#include "ftnfrm.hxx"
#include "txtfrm.hxx"
-#include "pagedesc.hxx"
-#include "ftninfo.hxx"
#include "sectfrm.hxx"
#include "dbg_lay.hxx"
@@ -53,8 +42,6 @@
// #i36347#
#include <flyfrms.hxx>
-#include <ndtxt.hxx>
-
//------------------------------------------------------------------------
// Move methods
//------------------------------------------------------------------------