diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-03-17 00:41:32 +0100 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-03-17 11:00:09 +0000 |
commit | 9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 (patch) | |
tree | 66980c995cd3e056ca9ea2d8c2fac587bd1220ae /chart2 | |
parent | c627f4b92824a7c1900e54e8a66773f45e3766dd (diff) |
cleanup itempool includes
Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10
Reviewed-on: https://gerrit.libreoffice.org/35313
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2')
4 files changed, 3 insertions, 1 deletions
diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx index 50808b5825da..11939212e5cd 100644 --- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx +++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx @@ -24,6 +24,7 @@ #include <unotools/lingucfg.hxx> #include <editeng/langitem.hxx> +#include <svl/itempool.hxx> #include <svx/svdpage.hxx> #include <svx/svdpagv.hxx> #include <svx/svdmodel.hxx> diff --git a/chart2/source/controller/inc/ItemConverter.hxx b/chart2/source/controller/inc/ItemConverter.hxx index 53ddfb1c4aa9..7e791de8eac4 100644 --- a/chart2/source/controller/inc/ItemConverter.hxx +++ b/chart2/source/controller/inc/ItemConverter.hxx @@ -20,7 +20,6 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMCONVERTER_HXX #include <unotools/eventlisteneradapter.hxx> -#include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx index c889873d751f..a462d20cf88f 100644 --- a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx @@ -21,6 +21,7 @@ #include "macros.hxx" #include <com/sun/star/lang/XComponent.hpp> #include <osl/diagnose.h> +#include <svl/itempool.hxx> #include <svl/itemprop.hxx> #include <svl/itemiter.hxx> #include <svl/whiter.hxx> diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 12fc658f6d03..1e0f0d48d437 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -109,6 +109,7 @@ #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> +#include <svl/itempool.hxx> #include <svl/languageoptions.hxx> #include <comphelper/classids.hxx> #include "servicenames_charttypes.hxx" |