diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-23 01:08:14 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-03-03 09:50:43 +0100 |
commit | 96e3a64125354b61ecd43f7a76e6189e69968912 (patch) | |
tree | eea0db0570eaa43e7ba87c8f24a1c25d62675af9 /svx/source/unodraw | |
parent | ac605821ecf3ea263d4812ebec352314a2dbff42 (diff) |
Recheck modules sv* with IWYU
See tdf#42949 for motivation
Change-Id: I25779cbfb1aa93c31d6e12ac95e136b3bdbbc058
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130403
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/shapepropertynotifier.cxx | 3 | ||||
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/unoprov.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 1 |
5 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index 832699357257..bc84a56de4cb 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -54,7 +54,6 @@ #include <svx/svdograf.hxx> #include <svx/xoutbmp.hxx> #include <vcl/graphicfilter.hxx> -#include <svx/unoapi.hxx> #include <svx/svdpage.hxx> #include <svx/svdmodel.hxx> #include <svx/fmview.hxx> diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx index ef68a767c9c0..a19a5fd9685c 100644 --- a/svx/source/unodraw/shapepropertynotifier.cxx +++ b/svx/source/unodraw/shapepropertynotifier.cxx @@ -22,12 +22,9 @@ #include <com/sun/star/beans/XPropertySet.hpp> -#include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weak.hxx> #include <tools/diagnose_ex.h> -#include <unordered_map> - namespace { diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 07f231ef181a..707c52b112da 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -28,7 +28,6 @@ #include <svtools/unoevent.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/supportsservice.hxx> -#include <tools/debug.hxx> #include <cppuhelper/implbase.hxx> #include <svx/unofill.hxx> diff --git a/svx/source/unodraw/unoprov.cxx b/svx/source/unodraw/unoprov.cxx index be3d98108fc8..4d6e56db37c0 100644 --- a/svx/source/unodraw/unoprov.cxx +++ b/svx/source/unodraw/unoprov.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/lang/Locale.hpp> -#include <tools/debug.hxx> #include <tools/fldunit.hxx> #include <vcl/svapp.hxx> #include <comphelper/propertysetinfo.hxx> diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 4166fb03350a..1dc0ce4331a9 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -87,7 +87,6 @@ #include <vcl/gdimtf.hxx> #include <vcl/wmf.hxx> #include <svx/sdtfsitm.hxx> -#include <svx/svdoutl.hxx> #include <svx/svdopath.hxx> #include <svx/SvxXTextColumns.hxx> |