diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2019-01-07 00:43:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-16 09:05:42 +0100 |
commit | 72f5590661b3226cd52def7381677c01621eecdb (patch) | |
tree | 5de7e39c73813b71d2aeef95b7c7944cac429cc4 /sd/source/ui/sidebar/MasterPageContainer.cxx | |
parent | 2044475c8cb33b76591aa6de77dd43a0bf9f5145 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/[s-u]*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Cleaned subdirs: sidebar, slideshow, slidesorter, table, unoidl
Change-Id: Iae3b8b2581b6a07dad24b4d2d59ffae24f882fe3
Reviewed-on: https://gerrit.libreoffice.org/65913
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/sidebar/MasterPageContainer.cxx')
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainer.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx index abee11f431b3..1368400e6626 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.cxx +++ b/sd/source/ui/sidebar/MasterPageContainer.cxx @@ -19,11 +19,14 @@ #include "MasterPageContainer.hxx" +#include "MasterPageContainerProviders.hxx" #include "MasterPageDescriptor.hxx" #include "MasterPageContainerFiller.hxx" #include "MasterPageContainerQueue.hxx" #include <TemplateScanner.hxx> +#include <PreviewRenderer.hxx> #include <tools/AsynchronousTask.hxx> +#include <tools/SdGlobalResourceContainer.hxx> #include <strings.hrc> #include <algorithm> #include <list> |