diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-07 09:28:37 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-08 14:00:17 +0200 |
commit | 60706b01d18f5c8ff52aff73a2032f641873533c (patch) | |
tree | 44707846a08665f6e588be98d75722c0ae40ed16 /chart2/inc | |
parent | 57b3161eb9ffb890c26e78309c4e833f631600ff (diff) |
tdf#42949 Fix IWYU warnings in chart2/source/model/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ic4fdbad7469d506d7cf308cb96f069b781dd1f58
Reviewed-on: https://gerrit.libreoffice.org/61488
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index f7026b3d0c0f..3693d66fe16d 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -19,8 +19,6 @@ #ifndef INCLUDED_CHART2_INC_CHARTMODEL_HXX #define INCLUDED_CHART2_INC_CHARTMODEL_HXX -#include <config_features.h> - #include <LifeTime.hxx> #include <com/sun/star/frame/XStorable2.hpp> @@ -53,7 +51,6 @@ #include <osl/mutex.hxx> #include <rtl/ref.hxx> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/weakagg.hxx> #include <comphelper/interfacecontainer2.hxx> #include <vcl/GraphicObject.hxx> @@ -66,6 +63,7 @@ namespace com { namespace sun { namespace star { namespace document { class XFil namespace com { namespace sun { namespace star { namespace embed { class XStorage; } } } } namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } } namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com { namespace sun { namespace star { namespace uno { class XAggregation; } } } } class SvNumberFormatter; |