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/sidebar | |
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/sidebar')
6 files changed, 3 insertions, 19 deletions
diff --git a/svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx b/svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx index c6c3fa4e4bbd..2d92b6b4b3b8 100644 --- a/svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx +++ b/svx/source/sidebar/area/AreaTransparencyGradientPopup.cxx @@ -21,7 +21,6 @@ #include <svx/sidebar/AreaPropertyPanelBase.hxx> #include <svx/xflftrit.hxx> #include <svx/xgrad.hxx> -#include <vcl/svapp.hxx> namespace svx::sidebar { diff --git a/svx/source/sidebar/fontwork/FontworkPropertyPanel.cxx b/svx/source/sidebar/fontwork/FontworkPropertyPanel.cxx index d71cc7da7daa..972141b7b0fb 100644 --- a/svx/source/sidebar/fontwork/FontworkPropertyPanel.cxx +++ b/svx/source/sidebar/fontwork/FontworkPropertyPanel.cxx @@ -18,18 +18,9 @@ */ #include "FontworkPropertyPanel.hxx" -#include <svx/svxids.hrc> -#include <sfx2/objsh.hxx> -#include <svx/xfltrit.hxx> -#include <svx/xflftrit.hxx> -#include <svx/xtable.hxx> -#include <sfx2/dispatch.hxx> -#include <sfx2/bindings.hxx> -#include <svtools/valueset.hxx> -#include <unotools/pathoptions.hxx> -#include <svx/svxitems.hrc> -#include <vcl/toolbox.hxx> -#include <svtools/toolbarmenu.hxx> + +#include <com/sun/star/lang/IllegalArgumentException.hpp> + #include <comphelper/lok.hxx> using namespace css; diff --git a/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx b/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx index 9f35ab5c4504..cded09b95193 100644 --- a/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx +++ b/svx/source/sidebar/fontwork/FontworkPropertyPanel.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SVX_SOURCE_SIDEBAR_AREA_FONTWORKPROPERTYPANEL_HXX #define INCLUDED_SVX_SOURCE_SIDEBAR_AREA_FONTWORKPROPERTYPANEL_HXX -#include <com/sun/star/ui/XUIElement.hpp> #include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/weldutils.hxx> diff --git a/svx/source/sidebar/inspector/InspectorTextPanel.cxx b/svx/source/sidebar/inspector/InspectorTextPanel.cxx index 69ed0f071015..22f1aa90e759 100644 --- a/svx/source/sidebar/inspector/InspectorTextPanel.cxx +++ b/svx/source/sidebar/inspector/InspectorTextPanel.cxx @@ -20,12 +20,10 @@ #include <o3tl/safeint.hxx> #include <sal/config.h> -#include <string_view> #include <svx/dialmgr.hxx> #include <svx/sidebar/InspectorTextPanel.hxx> -#include <svl/languageoptions.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <com/sun/star/awt/FontSlant.hpp> diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index a15762c3586f..454e16a335f8 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -19,7 +19,6 @@ #include <memory> #include <svx/sidebar/LinePropertyPanelBase.hxx> -#include <com/sun/star/drawing/LineStyle.hpp> #include <sfx2/weldutils.hxx> #include <svx/linectrl.hxx> #include <svx/xlnwtit.hxx> diff --git a/svx/source/sidebar/textcolumns/TextColumnsPropertyPanel.cxx b/svx/source/sidebar/textcolumns/TextColumnsPropertyPanel.cxx index 79b9ab7ee081..2a06c57059ea 100644 --- a/svx/source/sidebar/textcolumns/TextColumnsPropertyPanel.cxx +++ b/svx/source/sidebar/textcolumns/TextColumnsPropertyPanel.cxx @@ -13,14 +13,12 @@ #include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> -#include <sfx2/module.hxx> #include <sfx2/objsh.hxx> #include <svl/itempool.hxx> #include <svtools/unitconv.hxx> #include <svx/sdmetitm.hxx> #include <svx/svddef.hxx> #include <svx/svxids.hrc> -#include <svx/unoshprp.hxx> #include <com/sun/star/lang/IllegalArgumentException.hpp> |