summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-09-01 20:26:43 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-09-01 20:32:47 +0200
commit6ecc7d37d29b07bcd4e56faecc0ac8c4ec3d397c (patch)
tree71842f08a255537397ca25ec3dd17971537522fc /sw
parent3003613389f1d2d2fd79812c8ccc6c111b64962e (diff)
sw: unused includes in fly
Change-Id: Ie1cb1f4f48a1b67a038347b12083dda1b3f975c4
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/fly.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/sw/source/core/layout/fly.cxx b/sw/source/core/layout/fly.cxx
index d92184988db4..3f13e690e96e 100644
--- a/sw/source/core/layout/fly.cxx
+++ b/sw/source/core/layout/fly.cxx
@@ -17,64 +17,43 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "hintids.hxx"
#include <svl/itemiter.hxx>
#include <svtools/imap.hxx>
-#include <vcl/graph.hxx>
-#include <tools/poly.hxx>
#include <tools/helpers.hxx>
-#include <svx/contdlg.hxx>
#include <editeng/protitem.hxx>
#include <editeng/opaqitem.hxx>
#include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
#include <editeng/frmdiritem.hxx>
-#include <editeng/keepitem.hxx>
-#include <fmtanchr.hxx>
#include <fmtfsize.hxx>
#include <fmtclds.hxx>
#include <fmtcntnt.hxx>
#include <fmturl.hxx>
#include <fmtsrnd.hxx>
#include <fmtornt.hxx>
-#include <fmtpdsc.hxx>
#include <fmtcnct.hxx>
#include <layhelp.hxx>
-#include <ndtxt.hxx>
-#include <svx/svdogrp.hxx>
#include <ndgrf.hxx>
#include <tolayoutanchoredobjectposition.hxx>
#include <fmtfollowtextflow.hxx>
#include <sortedobjs.hxx>
#include <objectformatter.hxx>
-#include <anchoredobject.hxx>
#include <ndole.hxx>
#include <swtable.hxx>
#include <svx/svdpage.hxx>
-#include "doc.hxx"
-#include "viewsh.hxx"
#include "layouter.hxx"
#include "pagefrm.hxx"
#include "rootfrm.hxx"
-#include "cntfrm.hxx"
-#include "pam.hxx"
-#include "frmatr.hxx"
#include "viewimp.hxx"
#include "viewopt.hxx"
#include "dcontact.hxx"
#include "dflyobj.hxx"
#include "dview.hxx"
-#include "flyfrm.hxx"
#include "frmtool.hxx"
-#include "frmfmt.hxx"
#include "hints.hxx"
-#include "swregion.hxx"
#include "tabfrm.hxx"
#include "txtfrm.hxx"
-#include "ndnotxt.hxx"
#include "notxtfrm.hxx" // GetGrfArea
#include "flyfrms.hxx"
-#include "ndindex.hxx" // GetGrfArea
#include "sectfrm.hxx"
#include <vcl/svapp.hxx>
#include "switerator.hxx"