diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-29 17:57:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-29 17:57:56 +0100 |
commit | a2b651825926fd6d84073419d03a9808e284b48d (patch) | |
tree | f643d39b3bed0603edd452e6684ae633cefa2c39 | |
parent | 9803023cfeb41523d333111f19a5b3e055626788 (diff) |
sw: unused includes in paintfrm
Change-Id: Iee1e943db369532e88e1d5badcfb5106e9d6ef26
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index d6e1106fd945..ef94882646d8 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -17,23 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <com/sun/star/text/HoriOrientation.hpp> -#include <hintids.hxx> #include <vcl/lazydelete.hxx> #include <vcl/gradient.hxx> -#include <tools/poly.hxx> -#include <svx/xoutbmp.hxx> #include <sfx2/progress.hxx> #include <editeng/brshitem.hxx> #include <editeng/opaqitem.hxx> #include <editeng/prntitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/shaditem.hxx> -#include <editeng/ulspitem.hxx> #include <svx/framelink.hxx> #include <svx/xflgrit.hxx> -#include <vcl/graph.hxx> -#include <svx/svdpagv.hxx> #include <tgrditem.hxx> #include <switerator.hxx> #include <fmtsrnd.hxx> @@ -42,11 +35,8 @@ #include <swmodule.hxx> #include <rootfrm.hxx> #include <pagefrm.hxx> -#include <cntfrm.hxx> -#include <viewsh.hxx> #include <section.hxx> #include <sectfrm.hxx> -#include <doc.hxx> #include <viewimp.hxx> #include <dflyobj.hxx> #include <flyfrm.hxx> @@ -60,7 +50,6 @@ #include <rowfrm.hxx> #include <cellfrm.hxx> #include <notxtfrm.hxx> -#include <swregion.hxx> #include <layact.hxx> #include <pagedesc.hxx> #include <ptqueue.hxx> @@ -68,7 +57,6 @@ #include <virtoutp.hxx> #include <lineinfo.hxx> #include <dbg_lay.hxx> -#include <accessibilityoptions.hxx> #include <docsh.hxx> #include <svx/svdogrp.hxx> #include <sortedobjs.hxx> @@ -76,7 +64,6 @@ #include <bodyfrm.hxx> #include <hffrm.hxx> #include <colfrm.hxx> -#include <PageBreakWin.hxx> // <-- // --> OD #i76669# #include <svx/sdr/contact/viewobjectcontactredirector.hxx> @@ -94,11 +81,8 @@ #define COL_NOTES_SIDEPANE_SCROLLAREA RGB_COLORDATA(230,230,220) #include <svtools/borderhelper.hxx> //Need for svtools::DrawLine -#include <swtable.hxx> //Need for svtools::DrawLine #include "pagefrm.hrc" -#include <drawinglayer/geometry/viewinformation2d.hxx> -#include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/primitive2d/polygonprimitive2d.hxx> #include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> #include <drawinglayer/primitive2d/borderlineprimitive2d.hxx> @@ -108,9 +92,7 @@ #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> #include <svx/unoapi.hxx> #include <comphelper/sequenceasvector.hxx> -#include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> -#include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/color/bcolortools.hxx> #include <vector> |