diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-08-22 00:10:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-08-28 09:45:02 +0200 |
commit | d26d9fd652a07fb8c708c162355a15ec3b3f72d0 (patch) | |
tree | a7a5b793744a5fc8cfd26b6269157560dd24df76 /chart2/source/view/main | |
parent | 24534b101c713a04c9ab12570d9124037643e644 (diff) |
tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Some only-recently analyzed files were cleaned.
Also tried harder to use more fw decls instead of blacklisting
Change-Id: Ie4f8eb7065e44a2b5208d6da4fa8e3681a31820b
Reviewed-on: https://gerrit.libreoffice.org/59420
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/source/view/main')
-rw-r--r-- | chart2/source/view/main/LabelPositionHelper.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/main/VDataSeries.cxx | 4 | ||||
-rw-r--r-- | chart2/source/view/main/VLegend.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/main/VLegendSymbolFactory.cxx | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/chart2/source/view/main/LabelPositionHelper.cxx b/chart2/source/view/main/LabelPositionHelper.cxx index 432af9b81c6e..377acbff4966 100644 --- a/chart2/source/view/main/LabelPositionHelper.cxx +++ b/chart2/source/view/main/LabelPositionHelper.cxx @@ -23,6 +23,7 @@ #include <PropertyMapper.hxx> #include <ShapeFactory.hxx> #include <RelativeSizeHelper.hxx> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/drawing/TextVerticalAdjust.hpp> #include <com/sun/star/drawing/TextHorizontalAdjust.hpp> #include <com/sun/star/drawing/XShape.hpp> diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx index 22237347db42..ec17514df816 100644 --- a/chart2/source/view/main/VDataSeries.cxx +++ b/chart2/source/view/main/VDataSeries.cxx @@ -30,9 +30,13 @@ #include <com/sun/star/chart/MissingValueTreatment.hpp> #include <com/sun/star/chart2/DataPointLabel.hpp> #include <com/sun/star/chart2/Symbol.hpp> +#include <com/sun/star/chart2/XDataSeries.hpp> +#include <com/sun/star/chart2/XRegressionCurveCalculator.hpp> #include <rtl/math.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> +#include <tools/color.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/drawing/LineStyle.hpp> diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx index 52d2bf2d7a14..bb1b0621d931 100644 --- a/chart2/source/view/main/VLegend.cxx +++ b/chart2/source/view/main/VLegend.cxx @@ -36,6 +36,7 @@ #include <com/sun/star/chart/ChartLegendExpansion.hpp> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> +#include <com/sun/star/chart2/RelativeSize.hpp> #include <com/sun/star/chart2/XFormattedString2.hpp> #include <com/sun/star/chart2/data/XPivotTableDataProvider.hpp> #include <com/sun/star/chart2/data/PivotTableFieldEntry.hpp> diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx index 2db777910dae..c1727af3b09b 100644 --- a/chart2/source/view/main/VLegendSymbolFactory.cxx +++ b/chart2/source/view/main/VLegendSymbolFactory.cxx @@ -26,6 +26,7 @@ #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/drawing/Direction3D.hpp> +#include <com/sun/star/beans/XPropertySet.hpp> #include <tools/diagnose_ex.h> #include <sal/log.hxx> |