diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-22 11:35:30 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-03 09:39:22 +0100 |
commit | 5cb0c041fd50896d426626bad11032ffe4ac4614 (patch) | |
tree | 568c01ba4cf6cbd5efb534c0ea7af19492d7eca6 /chart2/source/controller/chartapiwrapper/LegendWrapper.cxx | |
parent | 5a2f1545134ec25d9bcb5f0d64bc7db8dc5aeb37 (diff) |
tdf#42949 Fix IWYU warnings in chart2/source/controller/* (2)
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Cleaned directories are chartapiwrapper and dialogs
Also a few other hxx in other inc dirs that came up
during the process
Change-Id: Ibf9c33aeee91a92216e8ab512f87acc482e13ae5
Reviewed-on: https://gerrit.libreoffice.org/65566
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/LegendWrapper.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/LegendWrapper.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx index 78a149a0ded2..287b83901794 100644 --- a/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/LegendWrapper.cxx @@ -19,17 +19,14 @@ #include "LegendWrapper.hxx" #include "Chart2ModelContact.hxx" -#include <LegendHelper.hxx> #include <comphelper/sequence.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> -#include <com/sun/star/chart2/XTitled.hpp> #include <com/sun/star/chart/ChartLegendPosition.hpp> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart/ChartLegendExpansion.hpp> #include <com/sun/star/chart2/RelativePosition.hpp> #include <com/sun/star/chart2/XDiagram.hpp> -#include <com/sun/star/drawing/FillStyle.hpp> #include <CharacterProperties.hxx> #include <LinePropertiesHelper.hxx> @@ -42,7 +39,6 @@ #include "WrappedScaleTextProperties.hxx" #include <algorithm> -#include <rtl/ustrbuf.hxx> using namespace ::com::sun::star; using ::com::sun::star::beans::Property; |