diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-12 18:02:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-14 11:31:43 +0200 |
commit | a64692944a0a22feeef4a943d45137b25494cf64 (patch) | |
tree | 70a61b860e6a09a0c034a8bad21f09c4ec304af4 /include | |
parent | cdcc2f365b6f9b88bd9d5dfd4e7c7131599f62ec (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 5 | ||||
-rw-r--r-- | include/svx/sidebar/LinePropertyPanelBase.hxx | 4 | ||||
-rw-r--r-- | include/svx/sidebar/LineWidthPopup.hxx | 1 | ||||
-rw-r--r-- | include/svx/sidebar/PanelLayout.hxx | 2 | ||||
-rw-r--r-- | include/svx/sidebar/SelectionChangeHandler.hxx | 1 | ||||
-rw-r--r-- | include/svx/sidebar/SidebarDialControl.hxx | 1 | ||||
-rw-r--r-- | include/svx/sidebar/ValueSetWithTextControl.hxx | 2 |
7 files changed, 0 insertions, 16 deletions
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 <memory> #include <svx/sidebar/AreaTransparencyGradientPopup.hxx> -#include <vcl/ctrl.hxx> -#include <sfx2/sidebar/SidebarPanelBase.hxx> #include <sfx2/sidebar/ControllerItem.hxx> -#include <sfx2/sidebar/SidebarController.hxx> #include <sfx2/sidebar/SidebarToolBox.hxx> #include <svx/colorbox.hxx> #include <svx/xgrad.hxx> @@ -34,7 +31,6 @@ #include <svx/xflgrit.hxx> #include <svx/xflhtit.hxx> #include <svx/xbtmpit.hxx> -#include <svx/drawitem.hxx> #include <svx/sidebar/PanelLayout.hxx> #include <vcl/lstbox.hxx> #include <vcl/field.hxx> @@ -42,7 +38,6 @@ #include <vcl/fixed.hxx> #include <vcl/vclptr.hxx> #include <svl/intitem.hxx> -#include <com/sun/star/ui/XUIElement.hpp> #include <svx/svxdllapi.h> 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 <svx/xdash.hxx> -#include <vcl/ctrl.hxx> -#include <sfx2/sidebar/SidebarPanelBase.hxx> -#include <sfx2/sidebar/ControllerItem.hxx> #include <vcl/fixed.hxx> #include <vcl/field.hxx> #include <vcl/layout.hxx> 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 <svl/poolitem.hxx> #include <vcl/floatwin.hxx> #include <vcl/layout.hxx> #include <array> 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 <vcl/ctrl.hxx> #include <vcl/timer.hxx> #include <vcl/idle.hxx> -#include <vcl/vclptr.hxx> #include <vcl/weld.hxx> -#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/frame/XFrame.hpp> /// 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 <svx/svxdllapi.h> #include <vcl/EnumContext.hxx> #include <com/sun/star/frame/XController.hpp> -#include <com/sun/star/view/XSelectionSupplier.hpp> #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <cppuhelper/compbase.hxx> 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 <svx/dialcontrol.hxx> -#include <vcl/field.hxx> 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 <svx/svxdllapi.h> #include <svtools/valueset.hxx> -#include <limits.h> -#include <vcl/image.hxx> #include <vector> |