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/sidebar | |
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/sidebar')
-rw-r--r-- | sd/source/ui/sidebar/DocumentHelper.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/sidebar/LayoutMenu.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/NavigatorWrapper.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.hxx | 2 |
5 files changed, 5 insertions, 6 deletions
diff --git a/sd/source/ui/sidebar/DocumentHelper.hxx b/sd/source/ui/sidebar/DocumentHelper.hxx index 68f5069d03d1..61ba5f810e35 100644 --- a/sd/source/ui/sidebar/DocumentHelper.hxx +++ b/sd/source/ui/sidebar/DocumentHelper.hxx @@ -19,7 +19,9 @@ #pragma once -#include <rtl/ustring.hxx> +#include <sal/config.h> +#include <sal/types.h> + #include <memory> #include <string_view> #include <vector> diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index 17ca028c2caf..23521df0ef89 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -46,13 +46,11 @@ #include <sfx2/dispatch.hxx> #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> -#include <svl/languageoptions.hxx> #include <svl/cjkoptions.hxx> #include <svl/stritem.hxx> #include <svl/intitem.hxx> #include <vcl/commandevent.hxx> #include <vcl/image.hxx> -#include <vcl/weldutils.hxx> #include <xmloff/autolayout.hxx> #include <com/sun/star/drawing/framework/XControllerManager.hpp> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index d5f332148cb5..979726910a19 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -35,9 +35,7 @@ #include "PreviewValueSet.hxx" #include <ViewShellBase.hxx> #include <o3tl/safeint.hxx> -#include <vcl/commandevent.hxx> #include <vcl/image.hxx> -#include <vcl/weldutils.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/sidebar/Theme.hxx> diff --git a/sd/source/ui/sidebar/NavigatorWrapper.hxx b/sd/source/ui/sidebar/NavigatorWrapper.hxx index ea064ae8f765..6632d796f1ef 100644 --- a/sd/source/ui/sidebar/NavigatorWrapper.hxx +++ b/sd/source/ui/sidebar/NavigatorWrapper.hxx @@ -19,7 +19,6 @@ #pragma once #include <sfx2/sidebar/ILayoutableWindow.hxx> -#include <sfx2/sidebar/PanelLayout.hxx> #include <navigatr.hxx> class SfxBindings; diff --git a/sd/source/ui/sidebar/SlideBackground.hxx b/sd/source/ui/sidebar/SlideBackground.hxx index e060053aa450..25af0a4af24b 100644 --- a/sd/source/ui/sidebar/SlideBackground.hxx +++ b/sd/source/ui/sidebar/SlideBackground.hxx @@ -26,6 +26,8 @@ #include <sfx2/sidebar/IContextChangeReceiver.hxx> #include <vcl/EnumContext.hxx> +#include <com/sun/star/frame/XFrame.hpp> + namespace sd { class ViewShellBase; } namespace sd::tools { class EventMultiplexerEvent; } |