diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-27 16:44:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-30 09:37:11 +0200 |
commit | 5d7a28fd2dd7f0c1696d4d8989a5a547e3f2e531 (patch) | |
tree | d0cc01307d19e76b3c01d2a59351fa9301b2405a /sd/source/ui/slideshow | |
parent | 93e33ba279e837356e157745177d7f6061d442b7 (diff) |
tdf#42949 Fix more IWYU warnings in sd/inc/
Found with bin/find-unneeded-includes
A lot of fallout needed fixing, unfortunately
Change-Id: I528cf5fe77199ee72f19fce3de08fe67e7f63dbe
Reviewed-on: https://gerrit.libreoffice.org/54884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/slideshow')
-rw-r--r-- | sd/source/ui/slideshow/slideshow.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshowviewimpl.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index 3c89620a2231..3afc36b63bbc 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -48,6 +48,7 @@ #include <DrawController.hxx> #include <customshowlist.hxx> #include <unopage.hxx> +#include <sdpage.hxx> using ::com::sun::star::presentation::XSlideShowController; using ::sd::framework::FrameworkHelper; diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 43cd19080218..14874a26e91f 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -73,6 +73,7 @@ #include <RemoteServer.hxx> #include <customshowlist.hxx> #include <unopage.hxx> +#include <sdpage.hxx> #define CM_SLIDES 21 diff --git a/sd/source/ui/slideshow/slideshowviewimpl.cxx b/sd/source/ui/slideshow/slideshowviewimpl.cxx index bc1828521f42..07dcbda5be92 100644 --- a/sd/source/ui/slideshow/slideshowviewimpl.cxx +++ b/sd/source/ui/slideshow/slideshowviewimpl.cxx @@ -19,6 +19,7 @@ #include "slideshowviewimpl.hxx" #include "slideshowimpl.hxx" +#include <sdpage.hxx> #include <osl/mutex.hxx> #include <com/sun/star/awt/Pointer.hpp> |