diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-10-31 14:32:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-06 08:18:45 +0100 |
commit | 7bdbb50a507df4c419f68d2ae453dd482267f168 (patch) | |
tree | c9797c8f343108fedad6f900b1952b69570b517f /chart2/source/tools | |
parent | 6e921467c411718793422a43fb3e3060fdeaeda9 (diff) |
tdf#42949 Fix new IWYU warnings in directories c*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iac1e7802dbe1efa01c2befdd10406231788d4fc1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105315
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/AxisHelper.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/ChartViewHelper.cxx | 1 | ||||
-rw-r--r-- | chart2/source/tools/DataSourceHelper.cxx | 2 | ||||
-rw-r--r-- | chart2/source/tools/ImplOPropertySet.cxx | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/tools/AxisHelper.cxx b/chart2/source/tools/AxisHelper.cxx index a68fbc8dfa5e..aefa18b248b2 100644 --- a/chart2/source/tools/AxisHelper.cxx +++ b/chart2/source/tools/AxisHelper.cxx @@ -41,7 +41,6 @@ #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/chart2/data/XDataSource.hpp> -#include <rtl/math.hxx> #include <sal/log.hxx> #include <com/sun/star/lang/XServiceName.hpp> diff --git a/chart2/source/tools/ChartViewHelper.cxx b/chart2/source/tools/ChartViewHelper.cxx index a341f8894f14..f11ea7421c5a 100644 --- a/chart2/source/tools/ChartViewHelper.cxx +++ b/chart2/source/tools/ChartViewHelper.cxx @@ -21,7 +21,6 @@ #include <servicenames.hxx> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/util/XModifyListener.hpp> #include <tools/diagnose_ex.h> diff --git a/chart2/source/tools/DataSourceHelper.cxx b/chart2/source/tools/DataSourceHelper.cxx index cb74e60eaa54..3d6bb54592fe 100644 --- a/chart2/source/tools/DataSourceHelper.cxx +++ b/chart2/source/tools/DataSourceHelper.cxx @@ -36,8 +36,6 @@ #include <com/sun/star/chart/ErrorBarStyle.hpp> #include <tools/diagnose_ex.h> -#include <iterator> - namespace chart { using namespace ::com::sun::star; diff --git a/chart2/source/tools/ImplOPropertySet.cxx b/chart2/source/tools/ImplOPropertySet.cxx index 7d09a329fc33..537adef9d94d 100644 --- a/chart2/source/tools/ImplOPropertySet.cxx +++ b/chart2/source/tools/ImplOPropertySet.cxx @@ -21,7 +21,6 @@ #include <CloneHelper.hxx> #include <algorithm> -#include <iterator> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/style/XStyle.hpp> |