diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-02-17 20:09:15 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-02-21 14:04:45 +0100 |
commit | 4df97bdfac6fb41ec0e3cabd4bef17f2c4e8d84c (patch) | |
tree | 9e215f3d7e3e7b3bcdfa008b80b79cf2a5649861 /sd/source/ui/animations | |
parent | d50a7151431335d1431bccef000ae39f84bdf135 (diff) |
Recheck modules sd* with IWYU
See tdf#42949 for motivation
Change-Id: I97c1a0e8c7f26807b12e6062581066d09ea13086
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130114
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/animations')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 3 | ||||
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx index 09822606d67d..c5690a0c113f 100644 --- a/sd/source/ui/animations/CustomAnimationList.cxx +++ b/sd/source/ui/animations/CustomAnimationList.cxx @@ -40,7 +40,6 @@ #include <tools/debug.hxx> #include <tools/gen.hxx> #include <tools/diagnose_ex.h> -#include <osl/diagnose.h> #include <sdresid.hxx> diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 3f52abb544b3..5f1364a187a4 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -51,12 +51,9 @@ #include <comphelper/lok.hxx> #include <comphelper/sequence.hxx> #include <sfx2/frame.hxx> -#include <sfx2/sidebar/Theme.hxx> #include <tools/diagnose_ex.h> -#include <svx/unoapi.hxx> #include <svx/svxids.hrc> -#include <svx/colorwindow.hxx> #include <DrawDocShell.hxx> #include <ViewShellBase.hxx> #include <DrawViewShell.hxx> diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index efb58db6b3cd..b3e7ca647405 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -36,7 +36,6 @@ #include <sal/log.hxx> #include <tools/debug.hxx> #include <svx/gallery.hxx> -#include <svx/colorwindow.hxx> #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> @@ -47,7 +46,6 @@ #include <optsitem.hxx> #include <o3tl/safeint.hxx> -#include <sfx2/sidebar/Theme.hxx> #include <algorithm> |