diff options
Diffstat (limited to 'chart2/source/controller/itemsetwrapper')
6 files changed, 1 insertions, 15 deletions
diff --git a/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx b/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx index 6a15e71846f7..ee25d44f3d8c 100644 --- a/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/AxisItemConverter.cxx @@ -37,11 +37,8 @@ #include <com/sun/star/chart2/AxisOrientation.hpp> #include <com/sun/star/chart2/AxisType.hpp> -// for SfxBoolItem #include <svl/eitem.hxx> -// for SvxDoubleItem #include <svx/chrtitem.hxx> -// for SfxInt32Item #include <svl/intitem.hxx> #include <rtl/math.hxx> diff --git a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx index 57643b71db85..f03c41075d8d 100644 --- a/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/DataPointItemConverter.cxx @@ -34,19 +34,15 @@ #include <com/sun/star/chart2/DataPointLabel.hpp> #include <com/sun/star/chart2/Symbol.hpp> -// header for class XFillColorItem #include <svx/xflclit.hxx> #include <svl/intitem.hxx> #include <editeng/sizeitem.hxx> -// header for class SfxStringItem #include <svl/stritem.hxx> #include <editeng/brushitem.hxx> -//SfxIntegerListItem #include <svl/ilstitem.hxx> #include <vcl/graph.hxx> #include <com/sun/star/graphic/XGraphic.hpp> -// for SVX_SYMBOLTYPE_... #include <svx/tabline.hxx> #include <functional> diff --git a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx index 65263e1fe37f..f7e03ff9458d 100644 --- a/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/GraphicPropertyItemConverter.cxx @@ -36,9 +36,7 @@ #include <svx/xfltrit.hxx> #include <svx/xlntrit.hxx> #include <editeng/eeitem.hxx> -// for SfxBoolItem #include <svl/eitem.hxx> -// for XFillGradientStepCountItem #include <svx/xgrscit.hxx> #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/chart2/FillBitmap.hpp> diff --git a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx index 6c35654e02f1..74bf8a26ac26 100644 --- a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/lang/XComponent.hpp> #include <svl/itemprop.hxx> #include <svl/itemiter.hxx> -// header for class SfxWhichIter #include <svl/whiter.hxx> #include <svx/svxids.hrc> diff --git a/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx b/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx index 918186730676..df4b19ba4c4a 100644 --- a/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/RegressionCurveItemConverter.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/chart2/XRegressionCurve.hpp> -// for SfxBoolItem #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> diff --git a/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx b/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx index 34042ca23fb8..362f3d9685f3 100644 --- a/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/SeriesOptionsItemConverter.cxx @@ -33,14 +33,11 @@ #include <com/sun/star/chart/MissingValueTreatment.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> -// for SfxBoolItem #include <svl/eitem.hxx> #include <svl/intitem.hxx> - -//SfxIntegerListItem #include <svl/ilstitem.hxx> - #include <rtl/math.hxx> + #include <functional> #include <algorithm> |