diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-05-19 09:32:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-05-27 10:05:34 +0200 |
commit | 1d944b934340617bf8b90a3fe2ec140be10ffe8f (patch) | |
tree | ef3a8754823c69409c812c4bd35d45307cd68dcf /svx | |
parent | 2e3e80fb3b01d6586a38188f2d9f5ebf6710d0db (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I84fc75e06e61e5391aef6e237c36daad95dedb84
Reviewed-on: https://gerrit.libreoffice.org/72550
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleGraphicShape.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleOLEShape.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleShape.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.cxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/ShapeTypeHandler.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/searchcharmap.cxx | 1 | ||||
-rw-r--r-- | svx/source/items/customshapeitem.cxx | 2 |
7 files changed, 8 insertions, 0 deletions
diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx index 4169508d66e9..7aec64ee0154 100644 --- a/svx/source/accessibility/AccessibleGraphicShape.cxx +++ b/svx/source/accessibility/AccessibleGraphicShape.cxx @@ -25,6 +25,7 @@ #include <svx/svdmodel.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> +#include <com/sun/star/drawing/XShapeDescriptor.hpp> #include <comphelper/sequence.hxx> #include <cppuhelper/queryinterface.hxx> diff --git a/svx/source/accessibility/AccessibleOLEShape.cxx b/svx/source/accessibility/AccessibleOLEShape.cxx index 108a06754fd6..7c31aee85a78 100644 --- a/svx/source/accessibility/AccessibleOLEShape.cxx +++ b/svx/source/accessibility/AccessibleOLEShape.cxx @@ -27,6 +27,7 @@ #include <cppuhelper/queryinterface.hxx> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> +#include <com/sun/star/drawing/XShapeDescriptor.hpp> using namespace ::accessibility; using namespace ::com::sun::star; diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 444c8e5f642e..1a15f61459db 100644 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/drawing/XShapeDescriptor.hpp> +#include <com/sun/star/document/XEventBroadcaster.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/text/XText.hpp> diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index f3af5cc9e946..bdd5bfaeca33 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/document/XEventBroadcaster.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> diff --git a/svx/source/accessibility/ShapeTypeHandler.cxx b/svx/source/accessibility/ShapeTypeHandler.cxx index e6454389c30f..4899662a0fee 100644 --- a/svx/source/accessibility/ShapeTypeHandler.cxx +++ b/svx/source/accessibility/ShapeTypeHandler.cxx @@ -23,6 +23,7 @@ #include <svx/AccessibleShapeInfo.hxx> #include <com/sun/star/drawing/XShapeDescriptor.hpp> #include <vcl/svapp.hxx> +#include <svx/AccessibleShape.hxx> #include <svx/dialmgr.hxx> #include <svx/unoshape.hxx> diff --git a/svx/source/dialog/searchcharmap.cxx b/svx/source/dialog/searchcharmap.cxx index 5a814a281e91..13be945ae15f 100644 --- a/svx/source/dialog/searchcharmap.cxx +++ b/svx/source/dialog/searchcharmap.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/virdev.hxx> diff --git a/svx/source/items/customshapeitem.cxx b/svx/source/items/customshapeitem.cxx index f9f7db118822..4e69d4c207cc 100644 --- a/svx/source/items/customshapeitem.cxx +++ b/svx/source/items/customshapeitem.cxx @@ -22,6 +22,8 @@ #include <o3tl/any.hxx> #include <svx/sdasitm.hxx> +#include <com/sun/star/beans/PropertyValue.hpp> + using namespace ::std; using namespace com::sun::star; |