diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-02 17:16:52 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-02 17:17:22 +0900 |
commit | c4f2c60c088f579471714955f5969b60447fbf64 (patch) | |
tree | 58eb2b18ec35725e0db2e0639c9e67dd6eb165c0 /svx/source/sdr | |
parent | 47fc950fa65b224a5fcac7a297a9fd47d15eab29 (diff) |
removed duplicate includes in svx
Diffstat (limited to 'svx/source/sdr')
6 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/sdr/contact/objectcontact.cxx b/svx/source/sdr/contact/objectcontact.cxx index 9c891a5f2a40..c664732453dd 100644 --- a/svx/source/sdr/contact/objectcontact.cxx +++ b/svx/source/sdr/contact/objectcontact.cxx @@ -34,7 +34,6 @@ #include <svx/sdr/event/eventhandler.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <svx/sdr/animation/objectanimator.hxx> -#include <svx/sdr/event/eventhandler.hxx> ////////////////////////////////////////////////////////////////////////////// diff --git a/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx b/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx index 1d345e811660..7f87a5cc6268 100644 --- a/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx +++ b/svx/source/sdr/contact/viewcontactofmasterpagedescriptor.cxx @@ -41,7 +41,6 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <svx/sdr/primitive2d/sdrdecompositiontools.hxx> -#include <svx/svdpage.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <drawinglayer/attribute/fillgradientattribute.hxx> diff --git a/svx/source/sdr/contact/viewcontactofunocontrol.cxx b/svx/source/sdr/contact/viewcontactofunocontrol.cxx index 7cc9c48f3df3..c5d666988e2b 100644 --- a/svx/source/sdr/contact/viewcontactofunocontrol.cxx +++ b/svx/source/sdr/contact/viewcontactofunocontrol.cxx @@ -45,7 +45,6 @@ #include <vcl/pdfextoutdevdata.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <drawinglayer/primitive2d/controlprimitive2d.hxx> -#include <svx/sdr/contact/displayinfo.hxx> #include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> //........................................................................ diff --git a/svx/source/sdr/contact/viewobjectcontact.cxx b/svx/source/sdr/contact/viewobjectcontact.cxx index 444da34e98c1..0f5dd5ae8c4b 100644 --- a/svx/source/sdr/contact/viewobjectcontact.cxx +++ b/svx/source/sdr/contact/viewobjectcontact.cxx @@ -41,7 +41,6 @@ #include <drawinglayer/primitive2d/animatedprimitive2d.hxx> #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <svx/sdr/primitive2d/svx_primitivetypes2d.hxx> -#include <svx/sdr/contact/viewobjectcontactredirector.hxx> ////////////////////////////////////////////////////////////////////////////// diff --git a/svx/source/sdr/properties/circleproperties.cxx b/svx/source/sdr/properties/circleproperties.cxx index 205e8d66394e..0a0274f6232a 100644 --- a/svx/source/sdr/properties/circleproperties.cxx +++ b/svx/source/sdr/properties/circleproperties.cxx @@ -34,7 +34,6 @@ #include <svx/svdocirc.hxx> #include <svx/sxcikitm.hxx> #include <svx/sxciaitm.hxx> -#include <svx/sxciaitm.hxx> ////////////////////////////////////////////////////////////////////////////// diff --git a/svx/source/sdr/properties/customshapeproperties.cxx b/svx/source/sdr/properties/customshapeproperties.cxx index e8416b5d6f48..1ebecb9ecb37 100644 --- a/svx/source/sdr/properties/customshapeproperties.cxx +++ b/svx/source/sdr/properties/customshapeproperties.cxx @@ -33,7 +33,6 @@ #include <editeng/eeitem.hxx> #include <svx/sdtagitm.hxx> #include <svl/whiter.hxx> -#include <svl/itemset.hxx> #include <svl/smplhint.hxx> ////////////////////////////////////////////////////////////////////////////// |