summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-01 21:56:43 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-03 09:28:21 +0200
commit675a3928e1cab27cf310c316be65acdbb764ed65 (patch)
tree480692bd7aea1d4c457b6015b404b8b85e7b20ca
parent95462a02a3aee1e3e7f9aa8fc50ba25fee3fa592 (diff)
tdf#42949 Fix IWYU warnings in include/svx/sdr/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iec39b6508a43746c99eddb71f444d921cd8cff1a Reviewed-on: https://gerrit.libreoffice.org/73368 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r--include/svx/sdr/animation/animationstate.hxx1
-rw-r--r--include/svx/sdr/animation/objectanimator.hxx4
-rw-r--r--include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx1
-rw-r--r--include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx1
-rw-r--r--include/svx/sdr/attribute/sdrshadowtextattribute.hxx1
-rw-r--r--include/svx/sdr/contact/objectcontact.hxx2
-rw-r--r--include/svx/sdr/contact/viewobjectcontact.hxx3
-rw-r--r--include/svx/sdr/overlay/overlaymanager.hxx1
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx1
-rw-r--r--include/svx/sdr/overlay/overlaypolypolygon.hxx1
-rw-r--r--include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx1
-rw-r--r--include/svx/sdr/overlay/overlayselection.hxx1
-rw-r--r--include/svx/sdr/table/tablecontroller.hxx1
13 files changed, 1 insertions, 18 deletions
diff --git a/include/svx/sdr/animation/animationstate.hxx b/include/svx/sdr/animation/animationstate.hxx
index 368583820d6f..fb19740644b8 100644
--- a/include/svx/sdr/animation/animationstate.hxx
+++ b/include/svx/sdr/animation/animationstate.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVX_SDR_ANIMATION_ANIMATIONSTATE_HXX
#include <sal/types.h>
-#include <vector>
#include <svx/sdr/animation/scheduler.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
diff --git a/include/svx/sdr/animation/objectanimator.hxx b/include/svx/sdr/animation/objectanimator.hxx
index eab4fe79653c..f8cb8ce8c5b1 100644
--- a/include/svx/sdr/animation/objectanimator.hxx
+++ b/include/svx/sdr/animation/objectanimator.hxx
@@ -20,11 +20,7 @@
#ifndef INCLUDED_SVX_SDR_ANIMATION_OBJECTANIMATOR_HXX
#define INCLUDED_SVX_SDR_ANIMATION_OBJECTANIMATOR_HXX
-#include <sal/types.h>
-#include <vector>
-#include <vcl/timer.hxx>
#include <svx/sdr/animation/scheduler.hxx>
-#include <svx/sdr/animation/animationstate.hxx>
namespace sdr
diff --git a/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx b/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
index 077a3455e7c4..510b481d5922 100644
--- a/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrlinefillshadowtextattribute.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINEFILLSHADOWTEXTATTRIBUTE_HXX
#define INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINEFILLSHADOWTEXTATTRIBUTE_HXX
-#include <sal/types.h>
#include <svx/sdr/attribute/sdrlineshadowtextattribute.hxx>
#include <drawinglayer/attribute/sdrfillattribute.hxx>
#include <drawinglayer/attribute/fillgradientattribute.hxx>
diff --git a/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx b/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
index 039228e007bf..c084013b59b9 100644
--- a/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrlineshadowtextattribute.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINESHADOWTEXTATTRIBUTE_HXX
#define INCLUDED_SVX_SDR_ATTRIBUTE_SDRLINESHADOWTEXTATTRIBUTE_HXX
-#include <sal/types.h>
#include <svx/sdr/attribute/sdrshadowtextattribute.hxx>
#include <drawinglayer/attribute/sdrlineattribute.hxx>
#include <drawinglayer/attribute/sdrlinestartendattribute.hxx>
diff --git a/include/svx/sdr/attribute/sdrshadowtextattribute.hxx b/include/svx/sdr/attribute/sdrshadowtextattribute.hxx
index e9841662f90f..9bac9712adf1 100644
--- a/include/svx/sdr/attribute/sdrshadowtextattribute.hxx
+++ b/include/svx/sdr/attribute/sdrshadowtextattribute.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SVX_SDR_ATTRIBUTE_SDRSHADOWTEXTATTRIBUTE_HXX
#define INCLUDED_SVX_SDR_ATTRIBUTE_SDRSHADOWTEXTATTRIBUTE_HXX
-#include <sal/types.h>
#include <drawinglayer/attribute/sdrshadowattribute.hxx>
#include <svx/sdr/attribute/sdrtextattribute.hxx>
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx
index ca24cbc79633..e65630d1ec7e 100644
--- a/include/svx/sdr/contact/objectcontact.hxx
+++ b/include/svx/sdr/contact/objectcontact.hxx
@@ -21,9 +21,9 @@
#define INCLUDED_SVX_SDR_CONTACT_OBJECTCONTACT_HXX
#include <svx/sdr/animation/objectanimator.hxx>
+#include <svx/sdr/animation/animationstate.hxx>
#include <svx/svxdllapi.h>
#include <drawinglayer/geometry/viewinformation2d.hxx>
-#include <memory>
class SdrLayerIDSet;
namespace tools { class Rectangle; }
diff --git a/include/svx/sdr/contact/viewobjectcontact.hxx b/include/svx/sdr/contact/viewobjectcontact.hxx
index a6d929c6c203..460dd83b51f1 100644
--- a/include/svx/sdr/contact/viewobjectcontact.hxx
+++ b/include/svx/sdr/contact/viewobjectcontact.hxx
@@ -20,10 +20,7 @@
#ifndef INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACT_HXX
#define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACT_HXX
-#include <sal/types.h>
-
#include <memory>
-#include <vector>
#include <svx/svxdllapi.h>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
diff --git a/include/svx/sdr/overlay/overlaymanager.hxx b/include/svx/sdr/overlay/overlaymanager.hxx
index ae49f2d59b75..c84a3cbf2bc1 100644
--- a/include/svx/sdr/overlay/overlaymanager.hxx
+++ b/include/svx/sdr/overlay/overlaymanager.hxx
@@ -23,7 +23,6 @@
#include <rtl/ref.hxx>
#include <svx/sdr/animation/scheduler.hxx>
#include <svx/sdr/overlay/overlayobject.hxx>
-#include <vcl/mapmod.hxx>
#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <svx/svxdllapi.h>
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index 147081956319..61dd91f91cbb 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -23,7 +23,6 @@
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/range/b2drange.hxx>
#include <tools/color.hxx>
-#include <rtl/ref.hxx>
#include <svx/sdr/animation/scheduler.hxx>
#include <svx/svxdllapi.h>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
diff --git a/include/svx/sdr/overlay/overlaypolypolygon.hxx b/include/svx/sdr/overlay/overlaypolypolygon.hxx
index 4ed9623658ce..6d9bcf812232 100644
--- a/include/svx/sdr/overlay/overlaypolypolygon.hxx
+++ b/include/svx/sdr/overlay/overlaypolypolygon.hxx
@@ -22,7 +22,6 @@
#include <svx/sdr/overlay/overlayobject.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
-#include <basegfx/polygon/b2dpolygon.hxx>
namespace sdr
diff --git a/include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx b/include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx
index 4189d70620d2..ccf3fcc7622a 100644
--- a/include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx
+++ b/include/svx/sdr/overlay/overlayprimitive2dsequenceobject.hxx
@@ -22,7 +22,6 @@
#include <svx/sdr/overlay/overlayobject.hxx>
#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
namespace sdr
diff --git a/include/svx/sdr/overlay/overlayselection.hxx b/include/svx/sdr/overlay/overlayselection.hxx
index 9c363752d5f1..8dac9e108580 100644
--- a/include/svx/sdr/overlay/overlayselection.hxx
+++ b/include/svx/sdr/overlay/overlayselection.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVX_SDR_OVERLAY_OVERLAYSELECTION_HXX
#include <svx/sdr/overlay/overlayobject.hxx>
-#include <vcl/region.hxx>
namespace sdr
diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx
index 0df41c9648b8..4eb678b62b81 100644
--- a/include/svx/sdr/table/tablecontroller.hxx
+++ b/include/svx/sdr/table/tablecontroller.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SVX_SDR_TABLE_TABLECONTROLLER_HXX
#include <com/sun/star/util/XModifyListener.hpp>
-#include <com/sun/star/table/XTable.hpp>
#include <rtl/ref.hxx>
#include <svx/sdr/overlay/overlayobjectlist.hxx>