diff options
author | Rafał Dobrakowski <dobrakowskirafal@gmail.com> | 2024-03-15 11:33:59 +0100 |
---|---|---|
committer | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2024-03-27 09:20:54 +0100 |
commit | 102622a07d48a0bac3573d6af00cdccc0b05df3e (patch) | |
tree | 87e8e675e5eb32020f003f7ed97a0a23b149c3cd /chart2/qa/extras | |
parent | 2146e66d8df2b7b6a2dd868e886cae76aaf7f48b (diff) |
tdf#146619 Remove unused #includes from C/C++ files
'chart2' module was cleaned.
Change-Id: Ib4cdb3c8a21d0ed47f4970894d416327df5e68a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164864
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Diffstat (limited to 'chart2/qa/extras')
-rw-r--r-- | chart2/qa/extras/chart2export.cxx | 1 | ||||
-rw-r--r-- | chart2/qa/extras/chart2export3.cxx | 8 | ||||
-rw-r--r-- | chart2/qa/extras/chart2geometry.cxx | 2 | ||||
-rw-r--r-- | chart2/qa/extras/chart2import.cxx | 1 | ||||
-rw-r--r-- | chart2/qa/extras/uichart.cxx | 1 |
5 files changed, 0 insertions, 13 deletions
diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index 86f2dee778e6..3f5866e8c49c 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -16,7 +16,6 @@ #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/FillStyle.hpp> -#include <com/sun/star/chart2/DataPointLabel.hpp> #include <com/sun/star/chart/DataLabelPlacement.hpp> #include <com/sun/star/chart2/PieChartSubType.hpp> diff --git a/chart2/qa/extras/chart2export3.cxx b/chart2/qa/extras/chart2export3.cxx index 838da77191b7..e1229b07720c 100644 --- a/chart2/qa/extras/chart2export3.cxx +++ b/chart2/qa/extras/chart2export3.cxx @@ -9,15 +9,7 @@ #include "charttest.hxx" -#include <com/sun/star/chart/ErrorBarStyle.hpp> -#include <com/sun/star/chart2/XRegressionCurveContainer.hpp> -#include <com/sun/star/chart2/MovingAverageType.hpp> -#include <com/sun/star/lang/XServiceName.hpp> -#include <com/sun/star/text/XTextDocument.hpp> -#include <com/sun/star/drawing/LineStyle.hpp> -#include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/chart2/DataPointLabel.hpp> -#include <com/sun/star/chart/DataLabelPlacement.hpp> using uno::Reference; using beans::XPropertySet; diff --git a/chart2/qa/extras/chart2geometry.cxx b/chart2/qa/extras/chart2geometry.cxx index c7de713df1b2..c554fc950c61 100644 --- a/chart2/qa/extras/chart2geometry.cxx +++ b/chart2/qa/extras/chart2geometry.cxx @@ -9,8 +9,6 @@ #include "charttest.hxx" -#include <test/xmltesttools.hxx> - #include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/drawing/FillStyle.hpp> diff --git a/chart2/qa/extras/chart2import.cxx b/chart2/qa/extras/chart2import.cxx index 8b5834df94c6..02c00daed941 100644 --- a/chart2/qa/extras/chart2import.cxx +++ b/chart2/qa/extras/chart2import.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/util/Color.hpp> #include <com/sun/star/awt/Gradient2.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <basegfx/utils/gradienttools.hxx> #include <docmodel/uno/UnoGradientTools.hxx> namespace diff --git a/chart2/qa/extras/uichart.cxx b/chart2/qa/extras/uichart.cxx index e2f3d9a9d0b3..50d6c9a27495 100644 --- a/chart2/qa/extras/uichart.cxx +++ b/chart2/qa/extras/uichart.cxx @@ -10,7 +10,6 @@ #include "charttest.hxx" #include <comphelper/propertyvalue.hxx> -#include <vcl/scheduler.hxx> using namespace ::com::sun::star; |