diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-09-11 19:10:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-09-12 09:43:41 +0200 |
commit | ec06ffdfd54b1f6997f905f9252cecabde3a1c5a (patch) | |
tree | 7c994d1def803bfe7f3909dba777475b018ff2b3 /chart2/source/controller/sidebar | |
parent | d52c8fd4cc025ca9da474a20aa0f5514032273e2 (diff) |
tdf#42949 Fix IWYU warnings in chart2/source/controller/[a,i,m,s]*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I5f445522e9a1ccd60555e992adf345b254b2ac83
Reviewed-on: https://gerrit.libreoffice.org/60335
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/controller/sidebar')
8 files changed, 17 insertions, 51 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx index 14570c143a88..4a1b043c1130 100644 --- a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx +++ b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx @@ -21,7 +21,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/basemutex.hxx> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/ui/XUIElementFactory.hpp> diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.hxx b/chart2/source/controller/sidebar/ChartAreaPanel.hxx index 234a23e4f392..454c99a86851 100644 --- a/chart2/source/controller/sidebar/ChartAreaPanel.hxx +++ b/chart2/source/controller/sidebar/ChartAreaPanel.hxx @@ -10,20 +10,11 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTAREAPANEL_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTAREAPANEL_HXX -#include <vcl/ctrl.hxx> -#include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/SidebarModelUpdate.hxx> -#include <svx/xgrad.hxx> -#include <svx/itemwin.hxx> #include <svx/xfillit0.hxx> -#include <svx/xflclit.hxx> #include <svx/xflgrit.hxx> #include <svx/xflhtit.hxx> #include <svx/xbtmpit.hxx> -#include <svx/drawitem.hxx> -#include <svx/sidebar/PanelLayout.hxx> -#include <svl/intitem.hxx> -#include <com/sun/star/ui/XUIElement.hpp> #include <svx/sidebar/AreaPropertyPanelBase.hxx> @@ -33,11 +24,7 @@ class XFillFloatTransparenceItem; class XFillTransparenceItem; -class XFillStyleItem; -class XFillGradientItem; class XFillColorItem; -class XFillHatchItem; -class XFillBitmapItem; namespace chart { diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.hxx b/chart2/source/controller/sidebar/ChartAxisPanel.hxx index a6fe43feb11f..2b651d8d95f6 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.hxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.hxx @@ -20,10 +20,9 @@ #include "ChartSidebarModifyListener.hxx" #include "ChartSidebarSelectionListener.hxx" -#include <com/sun/star/util/XModifyListener.hpp> -#include <com/sun/star/view/XSelectionChangeListener.hpp> +namespace com { namespace sun { namespace star { namespace util { class XModifyListener; } } } } +namespace com { namespace sun { namespace star { namespace view { class XSelectionChangeListener; } } } } -class FixedText; class ListBox; class MetricField; diff --git a/chart2/source/controller/sidebar/ChartColorWrapper.hxx b/chart2/source/controller/sidebar/ChartColorWrapper.hxx index 9237bf36e218..05b0e9f38fea 100644 --- a/chart2/source/controller/sidebar/ChartColorWrapper.hxx +++ b/chart2/source/controller/sidebar/ChartColorWrapper.hxx @@ -10,10 +10,11 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTCOLORWRAPPER_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTCOLORWRAPPER_HXX -#include <com/sun/star/frame/XModel.hpp> -#include <tools/color.hxx> +#include <com/sun/star/uno/Reference.hxx> #include <svx/Palette.hxx> +namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } } + class SvxColorToolBoxControl; namespace chart { namespace sidebar { diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx index 512749246a24..eca293645cc4 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTELEMENTSPANEL_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTELEMENTSPANEL_HXX -#include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/IContextChangeReceiver.hxx> #include <sfx2/sidebar/SidebarModelUpdate.hxx> #include <svx/sidebar/PanelLayout.hxx> @@ -27,11 +26,9 @@ #include "ChartSidebarModifyListener.hxx" #include <TitleHelper.hxx> -#include <com/sun/star/util/XModifyListener.hpp> +namespace com { namespace sun { namespace star { namespace util { class XModifyListener; } } } } -class FixedText; class ListBox; -class NumericField; namespace chart { diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx index 5a55b7402293..f4dec42c5521 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx @@ -18,12 +18,10 @@ #include "ChartSidebarModifyListener.hxx" -#include <com/sun/star/util/XModifyListener.hpp> +namespace com { namespace sun { namespace star { namespace util { class XModifyListener; } } } } -class FixedText; class ListBox; class NumericField; -class MetricField; class Edit; namespace chart { diff --git a/chart2/source/controller/sidebar/ChartLinePanel.hxx b/chart2/source/controller/sidebar/ChartLinePanel.hxx index 6222a1ddfa55..c0b3d19fd579 100644 --- a/chart2/source/controller/sidebar/ChartLinePanel.hxx +++ b/chart2/source/controller/sidebar/ChartLinePanel.hxx @@ -10,34 +10,21 @@ #ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTLINEPANEL_HXX #define INCLUDED_CHART2_SOURCE_CONTROLLER_SIDEBAR_CHARTLINEPANEL_HXX -#include <vcl/ctrl.hxx> -#include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/SidebarModelUpdate.hxx> -#include <svx/xgrad.hxx> -#include <svx/itemwin.hxx> -#include <svx/xfillit0.hxx> -#include <svx/xflclit.hxx> -#include <svx/xflgrit.hxx> -#include <svx/xflhtit.hxx> -#include <svx/xbtmpit.hxx> -#include <svx/drawitem.hxx> -#include <svx/sidebar/PanelLayout.hxx> -#include <svl/intitem.hxx> -#include <com/sun/star/ui/XUIElement.hpp> - #include <svx/sidebar/LinePropertyPanelBase.hxx> #include "ChartSidebarModifyListener.hxx" #include "ChartSidebarSelectionListener.hxx" #include "ChartColorWrapper.hxx" -class XFillFloatTransparenceItem; -class XFillTransparenceItem; -class XFillStyleItem; -class XFillGradientItem; -class XFillColorItem; -class XFillHatchItem; -class XFillBitmapItem; +class XLineCapItem; +class XLineDashItem; +class XLineEndItem; +class XLineJointItem; +class XLineStartItem; +class XLineStyleItem; +class XLineTransparenceItem; +class XLineWidthItem; namespace chart { diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx index 2569f617bf18..ba5d55a6b210 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx @@ -28,12 +28,10 @@ #include "ChartSidebarModifyListener.hxx" #include "ChartSidebarSelectionListener.hxx" -#include <com/sun/star/util/XModifyListener.hpp> -#include <com/sun/star/view/XSelectionChangeListener.hpp> +namespace com { namespace sun { namespace star { namespace util { class XModifyListener; } } } } +namespace com { namespace sun { namespace star { namespace view { class XSelectionChangeListener; } } } } -class FixedText; class ListBox; -class NumericField; namespace chart { |