From a64692944a0a22feeef4a943d45137b25494cf64 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 12 Jun 2019 18:02:28 +0200 Subject: tdf#42949 Fix IWYU warnings in include/svx/sidebar/* Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iff84b84b5abbe64b0b69bdce5b45259aa6233499 Reviewed-on: https://gerrit.libreoffice.org/73896 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/svx/sidebar/AreaPropertyPanelBase.hxx | 5 ----- include/svx/sidebar/LinePropertyPanelBase.hxx | 4 ---- include/svx/sidebar/LineWidthPopup.hxx | 1 - include/svx/sidebar/PanelLayout.hxx | 2 -- include/svx/sidebar/SelectionChangeHandler.hxx | 1 - include/svx/sidebar/SidebarDialControl.hxx | 1 - include/svx/sidebar/ValueSetWithTextControl.hxx | 2 -- 7 files changed, 16 deletions(-) (limited to 'include/svx') diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index b24281efea5f..1614077bbb55 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -21,10 +21,7 @@ #include #include -#include -#include #include -#include #include #include #include @@ -34,7 +31,6 @@ #include #include #include -#include #include #include #include @@ -42,7 +38,6 @@ #include #include #include -#include #include class XFillFloatTransparenceItem; diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index 6d10cca666a0..c3aaf627c236 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -19,10 +19,6 @@ #ifndef INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEPROPERTYPANELBASE_HXX #define INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEPROPERTYPANELBASE_HXX -#include -#include -#include -#include #include #include #include diff --git a/include/svx/sidebar/LineWidthPopup.hxx b/include/svx/sidebar/LineWidthPopup.hxx index e2e45ce102a1..a5595abdd23a 100644 --- a/include/svx/sidebar/LineWidthPopup.hxx +++ b/include/svx/sidebar/LineWidthPopup.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEWIDTHPOPUP_HXX #define INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEWIDTHPOPUP_HXX -#include #include #include #include diff --git a/include/svx/sidebar/PanelLayout.hxx b/include/svx/sidebar/PanelLayout.hxx index ddb52b172b33..6439ed51afdb 100644 --- a/include/svx/sidebar/PanelLayout.hxx +++ b/include/svx/sidebar/PanelLayout.hxx @@ -16,10 +16,8 @@ #include #include #include -#include #include -#include #include /// This class is the base for the Widget Layout-based sidebar panels. diff --git a/include/svx/sidebar/SelectionChangeHandler.hxx b/include/svx/sidebar/SelectionChangeHandler.hxx index 45dce18525b9..778a742e6c13 100644 --- a/include/svx/sidebar/SelectionChangeHandler.hxx +++ b/include/svx/sidebar/SelectionChangeHandler.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/include/svx/sidebar/SidebarDialControl.hxx b/include/svx/sidebar/SidebarDialControl.hxx index c5f4fd85d7f8..0b2d8bce1b7d 100644 --- a/include/svx/sidebar/SidebarDialControl.hxx +++ b/include/svx/sidebar/SidebarDialControl.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SVX_SIDEBAR_SIDEBARDIALCONTROL_HXX #include -#include namespace svx { namespace sidebar { diff --git a/include/svx/sidebar/ValueSetWithTextControl.hxx b/include/svx/sidebar/ValueSetWithTextControl.hxx index b76872f54a63..834aa75ab83c 100644 --- a/include/svx/sidebar/ValueSetWithTextControl.hxx +++ b/include/svx/sidebar/ValueSetWithTextControl.hxx @@ -22,8 +22,6 @@ #include #include -#include -#include #include -- cgit