diff options
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" |