From d63b706dad58eb09014420cdaee5f1399d0e2d9e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:44:16 +0200 Subject: loplugin:includeform: chart2 Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40 --- chart2/source/model/filter/XMLFilter.cxx | 6 ++--- chart2/source/model/inc/BaseCoordinateSystem.hxx | 4 ++-- chart2/source/model/inc/ChartTypeManager.hxx | 4 ++-- chart2/source/model/inc/DataSeries.hxx | 4 ++-- chart2/source/model/inc/Diagram.hxx | 4 ++-- chart2/source/model/inc/StockBar.hxx | 4 ++-- chart2/source/model/main/Axis.cxx | 16 ++++++------- chart2/source/model/main/Axis.hxx | 6 ++--- chart2/source/model/main/BaseCoordinateSystem.cxx | 14 +++++------ .../model/main/CartesianCoordinateSystem.cxx | 6 ++--- chart2/source/model/main/ChartModel.cxx | 28 +++++++++++----------- .../source/model/main/ChartModel_Persistence.cxx | 18 +++++++------- chart2/source/model/main/DataPoint.cxx | 8 +++---- chart2/source/model/main/DataPoint.hxx | 6 ++--- chart2/source/model/main/DataPointProperties.cxx | 6 ++--- chart2/source/model/main/DataPointProperties.hxx | 4 ++-- chart2/source/model/main/DataSeries.cxx | 18 +++++++------- chart2/source/model/main/DataSeriesProperties.cxx | 2 +- chart2/source/model/main/DataSeriesProperties.hxx | 4 ++-- chart2/source/model/main/Diagram.cxx | 24 +++++++++---------- chart2/source/model/main/FormattedString.cxx | 6 ++--- chart2/source/model/main/FormattedString.hxx | 6 ++--- chart2/source/model/main/GridProperties.cxx | 8 +++---- chart2/source/model/main/GridProperties.hxx | 6 ++--- chart2/source/model/main/Legend.cxx | 16 ++++++------- chart2/source/model/main/Legend.hxx | 6 ++--- chart2/source/model/main/PageBackground.cxx | 10 ++++---- chart2/source/model/main/PageBackground.hxx | 6 ++--- chart2/source/model/main/PolarCoordinateSystem.cxx | 6 ++--- chart2/source/model/main/StockBar.cxx | 14 +++++------ chart2/source/model/main/Title.cxx | 12 +++++----- chart2/source/model/main/Title.hxx | 6 ++--- chart2/source/model/main/UndoManager.cxx | 2 +- chart2/source/model/main/Wall.cxx | 10 ++++---- chart2/source/model/main/Wall.hxx | 6 ++--- chart2/source/model/template/AreaChartType.cxx | 4 ++-- .../model/template/AreaChartTypeTemplate.cxx | 10 ++++---- .../model/template/AreaChartTypeTemplate.hxx | 6 ++--- chart2/source/model/template/BarChartType.cxx | 4 ++-- .../source/model/template/BarChartTypeTemplate.cxx | 10 ++++---- .../source/model/template/BarChartTypeTemplate.hxx | 6 ++--- chart2/source/model/template/BubbleChartType.cxx | 12 +++++----- .../model/template/BubbleChartTypeTemplate.cxx | 14 +++++------ .../model/template/BubbleChartTypeTemplate.hxx | 4 ++-- .../model/template/BubbleDataInterpreter.cxx | 8 +++---- .../source/model/template/CandleStickChartType.cxx | 8 +++---- chart2/source/model/template/ChartType.cxx | 14 +++++------ chart2/source/model/template/ChartType.hxx | 6 ++--- chart2/source/model/template/ChartTypeManager.cxx | 8 +++---- chart2/source/model/template/ChartTypeTemplate.cxx | 22 ++++++++--------- chart2/source/model/template/ChartTypeTemplate.hxx | 2 +- chart2/source/model/template/ColumnChartType.cxx | 6 ++--- .../model/template/ColumnLineChartTypeTemplate.cxx | 12 +++++----- .../model/template/ColumnLineChartTypeTemplate.hxx | 6 ++--- .../model/template/ColumnLineDataInterpreter.cxx | 8 +++---- chart2/source/model/template/DataInterpreter.cxx | 10 ++++---- .../source/model/template/FilledNetChartType.cxx | 12 +++++----- .../model/template/GL3DBarChartTypeTemplate.hxx | 2 +- chart2/source/model/template/LineChartType.cxx | 6 ++--- .../model/template/LineChartTypeTemplate.cxx | 10 ++++---- .../model/template/LineChartTypeTemplate.hxx | 6 ++--- chart2/source/model/template/NetChartType.cxx | 12 +++++----- .../source/model/template/NetChartTypeTemplate.cxx | 10 ++++---- .../source/model/template/NetChartTypeTemplate.hxx | 2 +- chart2/source/model/template/PieChartType.cxx | 12 +++++----- .../source/model/template/PieChartTypeTemplate.cxx | 18 +++++++------- .../source/model/template/PieChartTypeTemplate.hxx | 4 ++-- chart2/source/model/template/ScatterChartType.cxx | 12 +++++----- .../model/template/ScatterChartTypeTemplate.cxx | 12 +++++----- .../model/template/ScatterChartTypeTemplate.hxx | 4 ++-- .../model/template/StockChartTypeTemplate.cxx | 18 +++++++------- .../model/template/StockChartTypeTemplate.hxx | 4 ++-- .../source/model/template/StockDataInterpreter.cxx | 8 +++---- chart2/source/model/template/XYDataInterpreter.cxx | 8 +++---- 74 files changed, 323 insertions(+), 323 deletions(-) (limited to 'chart2/source/model') diff --git a/chart2/source/model/filter/XMLFilter.cxx b/chart2/source/model/filter/XMLFilter.cxx index f5bddadbc2ee..cf15a7f48aaf 100644 --- a/chart2/source/model/filter/XMLFilter.cxx +++ b/chart2/source/model/filter/XMLFilter.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "XMLFilter.hxx" -#include "macros.hxx" -#include "MediaDescriptorHelper.hxx" +#include +#include +#include #include #include diff --git a/chart2/source/model/inc/BaseCoordinateSystem.hxx b/chart2/source/model/inc/BaseCoordinateSystem.hxx index 7b6edaf87c18..b29116e92de9 100644 --- a/chart2/source/model/inc/BaseCoordinateSystem.hxx +++ b/chart2/source/model/inc/BaseCoordinateSystem.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX #define INCLUDED_CHART2_SOURCE_MODEL_INC_BASECOORDINATESYSTEM_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include #include #include diff --git a/chart2/source/model/inc/ChartTypeManager.hxx b/chart2/source/model/inc/ChartTypeManager.hxx index 2a49620e1dfd..5088ee14b49f 100644 --- a/chart2/source/model/inc/ChartTypeManager.hxx +++ b/chart2/source/model/inc/ChartTypeManager.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX #define INCLUDED_CHART2_SOURCE_MODEL_INC_CHARTTYPEMANAGER_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include #include #include diff --git a/chart2/source/model/inc/DataSeries.hxx b/chart2/source/model/inc/DataSeries.hxx index f56746fe511e..49e2e5f72c7b 100644 --- a/chart2/source/model/inc/DataSeries.hxx +++ b/chart2/source/model/inc/DataSeries.hxx @@ -40,8 +40,8 @@ #include #include -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include namespace chart { diff --git a/chart2/source/model/inc/Diagram.hxx b/chart2/source/model/inc/Diagram.hxx index da39d9ad8d4a..12102cc1bbb4 100644 --- a/chart2/source/model/inc/Diagram.hxx +++ b/chart2/source/model/inc/Diagram.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX #define INCLUDED_CHART2_SOURCE_MODEL_INC_DIAGRAM_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include #include #include diff --git a/chart2/source/model/inc/StockBar.hxx b/chart2/source/model/inc/StockBar.hxx index 7401a98e4374..06ff1cc59f3f 100644 --- a/chart2/source/model/inc/StockBar.hxx +++ b/chart2/source/model/inc/StockBar.hxx @@ -22,8 +22,8 @@ #include #include #include -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include #include #include diff --git a/chart2/source/model/main/Axis.cxx b/chart2/source/model/main/Axis.cxx index 5545d9dffd9e..19ca848bca4d 100644 --- a/chart2/source/model/main/Axis.cxx +++ b/chart2/source/model/main/Axis.cxx @@ -19,14 +19,14 @@ #include "Axis.hxx" #include "GridProperties.hxx" -#include "macros.hxx" -#include "CharacterProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "CloneHelper.hxx" -#include "AxisHelper.hxx" -#include "EventListenerHelper.hxx" +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/main/Axis.hxx b/chart2/source/model/main/Axis.hxx index 406871531471..e82190e97532 100644 --- a/chart2/source/model/main/Axis.hxx +++ b/chart2/source/model/main/Axis.hxx @@ -20,12 +20,12 @@ #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_AXIS_HXX #include -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include #include #include -#include "ModifyListenerHelper.hxx" +#include #include #include #include diff --git a/chart2/source/model/main/BaseCoordinateSystem.cxx b/chart2/source/model/main/BaseCoordinateSystem.cxx index c094ea2eec32..560a18f551b5 100644 --- a/chart2/source/model/main/BaseCoordinateSystem.cxx +++ b/chart2/source/model/main/BaseCoordinateSystem.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "BaseCoordinateSystem.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "ContainerHelper.hxx" -#include "CloneHelper.hxx" +#include +#include +#include +#include +#include +#include #include "Axis.hxx" -#include "AxisHelper.hxx" +#include #include #include diff --git a/chart2/source/model/main/CartesianCoordinateSystem.cxx b/chart2/source/model/main/CartesianCoordinateSystem.cxx index 156b6cce6b53..070d3c559376 100644 --- a/chart2/source/model/main/CartesianCoordinateSystem.cxx +++ b/chart2/source/model/main/CartesianCoordinateSystem.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "CartesianCoordinateSystem.hxx" -#include "macros.hxx" -#include "servicenames_coosystems.hxx" +#include +#include +#include #include using namespace ::com::sun::star; diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx index 37b1f4967588..4e9edad50c2d 100644 --- a/chart2/source/model/main/ChartModel.cxx +++ b/chart2/source/model/main/ChartModel.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartModel.hxx" -#include "servicenames.hxx" -#include "MediaDescriptorHelper.hxx" -#include "macros.hxx" -#include "DataSourceHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DiagramHelper.hxx" -#include "DisposeHelper.hxx" -#include "ControllerLockGuard.hxx" -#include "ObjectIdentifier.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include "PageBackground.hxx" -#include "CloneHelper.hxx" -#include "NameContainer.hxx" +#include +#include #include "UndoManager.hxx" -#include "ChartView.hxx" -#include "PopupRequest.hxx" +#include +#include #include #include diff --git a/chart2/source/model/main/ChartModel_Persistence.cxx b/chart2/source/model/main/ChartModel_Persistence.cxx index 9255b0fd4e21..60354c4140ee 100644 --- a/chart2/source/model/main/ChartModel_Persistence.cxx +++ b/chart2/source/model/main/ChartModel_Persistence.cxx @@ -18,15 +18,15 @@ */ #include -#include "ChartModel.hxx" -#include "MediaDescriptorHelper.hxx" -#include "macros.hxx" -#include "ChartViewHelper.hxx" -#include "ChartModelHelper.hxx" -#include "DataSourceHelper.hxx" -#include "AxisHelper.hxx" -#include "ThreeDHelper.hxx" -#include "DiagramHelper.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/main/DataPoint.cxx b/chart2/source/model/main/DataPoint.cxx index b61911bc1eed..350062608b51 100644 --- a/chart2/source/model/main/DataPoint.cxx +++ b/chart2/source/model/main/DataPoint.cxx @@ -19,10 +19,10 @@ #include "DataPoint.hxx" #include "DataPointProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/DataPoint.hxx b/chart2/source/model/main/DataPoint.hxx index 453913565601..22914a12018a 100644 --- a/chart2/source/model/main/DataPoint.hxx +++ b/chart2/source/model/main/DataPoint.hxx @@ -26,9 +26,9 @@ #include #include -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" -#include "ModifyListenerHelper.hxx" +#include +#include +#include namespace chart { diff --git a/chart2/source/model/main/DataPointProperties.cxx b/chart2/source/model/main/DataPointProperties.cxx index aba1f91e31ca..9a858f001cf0 100644 --- a/chart2/source/model/main/DataPointProperties.cxx +++ b/chart2/source/model/main/DataPointProperties.cxx @@ -18,9 +18,9 @@ */ #include "DataPointProperties.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" +#include +#include +#include #include #include diff --git a/chart2/source/model/main/DataPointProperties.hxx b/chart2/source/model/main/DataPointProperties.hxx index ad1169cdd6bc..3daf838e5da5 100644 --- a/chart2/source/model/main/DataPointProperties.hxx +++ b/chart2/source/model/main/DataPointProperties.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATAPOINTPROPERTIES_HXX -#include "PropertyHelper.hxx" -#include "FastPropertyIdRanges.hxx" +#include +#include #include #include diff --git a/chart2/source/model/main/DataSeries.cxx b/chart2/source/model/main/DataSeries.cxx index 6440d4d30225..d1e5ecf842d1 100644 --- a/chart2/source/model/main/DataSeries.cxx +++ b/chart2/source/model/main/DataSeries.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DataSeries.hxx" +#include #include "DataSeriesProperties.hxx" #include "DataPointProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" +#include +#include #include "DataPoint.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "ContainerHelper.hxx" -#include "CloneHelper.hxx" -#include "ModifyListenerHelper.hxx" -#include "EventListenerHelper.hxx" +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/DataSeriesProperties.cxx b/chart2/source/model/main/DataSeriesProperties.cxx index c4c6dc2d1799..bdaa4c7ac424 100644 --- a/chart2/source/model/main/DataSeriesProperties.cxx +++ b/chart2/source/model/main/DataSeriesProperties.cxx @@ -20,7 +20,7 @@ #include "DataSeriesProperties.hxx" #include "DataPointProperties.hxx" #include "DataPoint.hxx" -#include "macros.hxx" +#include #include #include #include diff --git a/chart2/source/model/main/DataSeriesProperties.hxx b/chart2/source/model/main/DataSeriesProperties.hxx index 5742c99b8e95..d35c7ce41019 100644 --- a/chart2/source/model/main/DataSeriesProperties.hxx +++ b/chart2/source/model/main/DataSeriesProperties.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_DATASERIESPROPERTIES_HXX -#include "PropertyHelper.hxx" -#include "FastPropertyIdRanges.hxx" +#include +#include #include #include diff --git a/chart2/source/model/main/Diagram.cxx b/chart2/source/model/main/Diagram.cxx index a03cd098f035..9eb3e54542d2 100644 --- a/chart2/source/model/main/Diagram.cxx +++ b/chart2/source/model/main/Diagram.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "Diagram.hxx" -#include "macros.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include #include "Wall.hxx" -#include "UserDefinedProperties.hxx" -#include "ConfigColorScheme.hxx" -#include "DiagramHelper.hxx" -#include "ThreeDHelper.hxx" -#include "CloneHelper.hxx" -#include "AxisHelper.hxx" -#include "SceneProperties.hxx" -#include "DisposeHelper.hxx" -#include "BaseGFXHelper.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/main/FormattedString.cxx b/chart2/source/model/main/FormattedString.cxx index 5c8b481510a7..fb4ff6305751 100644 --- a/chart2/source/model/main/FormattedString.cxx +++ b/chart2/source/model/main/FormattedString.cxx @@ -19,9 +19,9 @@ #include "FormattedString.hxx" -#include "CharacterProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" +#include +#include +#include #include #include diff --git a/chart2/source/model/main/FormattedString.hxx b/chart2/source/model/main/FormattedString.hxx index 93a4074105e6..64fd195ce7e2 100644 --- a/chart2/source/model/main/FormattedString.hxx +++ b/chart2/source/model/main/FormattedString.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_FORMATTEDSTRING_HXX -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include #include #include -#include "ModifyListenerHelper.hxx" +#include #include #include #include diff --git a/chart2/source/model/main/GridProperties.cxx b/chart2/source/model/main/GridProperties.cxx index b58aed382112..5e33c3e2fb37 100644 --- a/chart2/source/model/main/GridProperties.cxx +++ b/chart2/source/model/main/GridProperties.cxx @@ -18,10 +18,10 @@ */ #include "GridProperties.hxx" -#include "LinePropertiesHelper.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/GridProperties.hxx b/chart2/source/model/main/GridProperties.hxx index 6d91af9a0783..3ac0cf21b53b 100644 --- a/chart2/source/model/main/GridProperties.hxx +++ b/chart2/source/model/main/GridProperties.hxx @@ -27,9 +27,9 @@ #include #include -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" -#include "ModifyListenerHelper.hxx" +#include +#include +#include namespace chart { diff --git a/chart2/source/model/main/Legend.cxx b/chart2/source/model/main/Legend.cxx index baf811286a7e..d24b2030f948 100644 --- a/chart2/source/model/main/Legend.cxx +++ b/chart2/source/model/main/Legend.cxx @@ -18,14 +18,14 @@ */ #include "Legend.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "CharacterProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "LegendHelper.hxx" -#include "CloneHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/Legend.hxx b/chart2/source/model/main/Legend.hxx index 39aef0cb0e3f..19c2a4b72a8d 100644 --- a/chart2/source/model/main/Legend.hxx +++ b/chart2/source/model/main/Legend.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_LEGEND_HXX -#include "ModifyListenerHelper.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/PageBackground.cxx b/chart2/source/model/main/PageBackground.cxx index 9587664faa3f..7aa6bc455098 100644 --- a/chart2/source/model/main/PageBackground.cxx +++ b/chart2/source/model/main/PageBackground.cxx @@ -18,11 +18,11 @@ */ #include "PageBackground.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/main/PageBackground.hxx b/chart2/source/model/main/PageBackground.hxx index f83fd16c75d9..98c9c8c3f99a 100644 --- a/chart2/source/model/main/PageBackground.hxx +++ b/chart2/source/model/main/PageBackground.hxx @@ -22,11 +22,11 @@ #include #include #include -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include #include -#include "ModifyListenerHelper.hxx" +#include #include namespace chart diff --git a/chart2/source/model/main/PolarCoordinateSystem.cxx b/chart2/source/model/main/PolarCoordinateSystem.cxx index e4ae8792000d..ce79dc4dcde4 100644 --- a/chart2/source/model/main/PolarCoordinateSystem.cxx +++ b/chart2/source/model/main/PolarCoordinateSystem.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "PolarCoordinateSystem.hxx" -#include "macros.hxx" -#include "servicenames_coosystems.hxx" +#include +#include +#include #include using namespace ::com::sun::star; diff --git a/chart2/source/model/main/StockBar.cxx b/chart2/source/model/main/StockBar.cxx index 200934b67d34..557bb00dd2a2 100644 --- a/chart2/source/model/main/StockBar.cxx +++ b/chart2/source/model/main/StockBar.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "StockBar.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "ModifyListenerHelper.hxx" +#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/Title.cxx b/chart2/source/model/main/Title.cxx index 2504de8c2555..bf992a23688e 100644 --- a/chart2/source/model/main/Title.cxx +++ b/chart2/source/model/main/Title.cxx @@ -18,13 +18,13 @@ */ #include "Title.hxx" -#include "macros.hxx" +#include #include "FormattedString.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "ContainerHelper.hxx" -#include "CloneHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/Title.hxx b/chart2/source/model/main/Title.hxx index c8ea09c4ca1c..982cbe3a49d2 100644 --- a/chart2/source/model/main/Title.hxx +++ b/chart2/source/model/main/Title.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_MAIN_TITLE_HXX -#include "ModifyListenerHelper.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/UndoManager.cxx b/chart2/source/model/main/UndoManager.cxx index 6d6e9ef915da..5a6be73f2e54 100644 --- a/chart2/source/model/main/UndoManager.cxx +++ b/chart2/source/model/main/UndoManager.cxx @@ -18,7 +18,7 @@ */ #include "UndoManager.hxx" -#include "ChartViewHelper.hxx" +#include #include #include diff --git a/chart2/source/model/main/Wall.cxx b/chart2/source/model/main/Wall.cxx index 78fd38ae5d4b..bf12ad122d85 100644 --- a/chart2/source/model/main/Wall.cxx +++ b/chart2/source/model/main/Wall.cxx @@ -18,11 +18,11 @@ */ #include "Wall.hxx" -#include "macros.hxx" -#include "LinePropertiesHelper.hxx" -#include "FillProperties.hxx" -#include "UserDefinedProperties.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/main/Wall.hxx b/chart2/source/model/main/Wall.hxx index eede7dca5278..b325aaca0db9 100644 --- a/chart2/source/model/main/Wall.hxx +++ b/chart2/source/model/main/Wall.hxx @@ -22,11 +22,11 @@ #include #include #include -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include #include -#include "ModifyListenerHelper.hxx" +#include #include #include diff --git a/chart2/source/model/template/AreaChartType.cxx b/chart2/source/model/template/AreaChartType.cxx index 163ba7863c7d..a961416059f3 100644 --- a/chart2/source/model/template/AreaChartType.cxx +++ b/chart2/source/model/template/AreaChartType.cxx @@ -18,8 +18,8 @@ */ #include "AreaChartType.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include +#include #include using namespace ::com::sun::star; diff --git a/chart2/source/model/template/AreaChartTypeTemplate.cxx b/chart2/source/model/template/AreaChartTypeTemplate.cxx index 270aa96f79f4..f76e8b0a43ef 100644 --- a/chart2/source/model/template/AreaChartTypeTemplate.cxx +++ b/chart2/source/model/template/AreaChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "AreaChartTypeTemplate.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/AreaChartTypeTemplate.hxx b/chart2/source/model/template/AreaChartTypeTemplate.hxx index 2fc2f9b0a0d4..e56be9833937 100644 --- a/chart2/source/model/template/AreaChartTypeTemplate.hxx +++ b/chart2/source/model/template/AreaChartTypeTemplate.hxx @@ -20,10 +20,10 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_AREACHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include namespace chart diff --git a/chart2/source/model/template/BarChartType.cxx b/chart2/source/model/template/BarChartType.cxx index 0a05980def8a..5d5391152527 100644 --- a/chart2/source/model/template/BarChartType.cxx +++ b/chart2/source/model/template/BarChartType.cxx @@ -18,8 +18,8 @@ */ #include "BarChartType.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include +#include #include using namespace ::com::sun::star; diff --git a/chart2/source/model/template/BarChartTypeTemplate.cxx b/chart2/source/model/template/BarChartTypeTemplate.cxx index 714473803c18..05c45dfd9021 100644 --- a/chart2/source/model/template/BarChartTypeTemplate.cxx +++ b/chart2/source/model/template/BarChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "BarChartTypeTemplate.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/BarChartTypeTemplate.hxx b/chart2/source/model/template/BarChartTypeTemplate.hxx index 79b440548356..593a1f7fecdd 100644 --- a/chart2/source/model/template/BarChartTypeTemplate.hxx +++ b/chart2/source/model/template/BarChartTypeTemplate.hxx @@ -19,12 +19,12 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BARCHARTTYPETEMPLATE_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include namespace chart { diff --git a/chart2/source/model/template/BubbleChartType.cxx b/chart2/source/model/template/BubbleChartType.cxx index 2da52840c01b..6fc213a9ca14 100644 --- a/chart2/source/model/template/BubbleChartType.cxx +++ b/chart2/source/model/template/BubbleChartType.cxx @@ -18,12 +18,12 @@ */ #include "BubbleChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "AxisIndexDefines.hxx" +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/BubbleChartTypeTemplate.cxx b/chart2/source/model/template/BubbleChartTypeTemplate.cxx index 71c77ff75c37..89de378bb4ed 100644 --- a/chart2/source/model/template/BubbleChartTypeTemplate.cxx +++ b/chart2/source/model/template/BubbleChartTypeTemplate.cxx @@ -18,15 +18,15 @@ */ #include "BubbleChartTypeTemplate.hxx" -#include "macros.hxx" +#include #include "BubbleDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "Scaling.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" +#include +#include +#include +#include +#include #include -#include "PropertyHelper.hxx" +#include #include #include diff --git a/chart2/source/model/template/BubbleChartTypeTemplate.hxx b/chart2/source/model/template/BubbleChartTypeTemplate.hxx index a57b6e4104e4..b771d6f57545 100644 --- a/chart2/source/model/template/BubbleChartTypeTemplate.hxx +++ b/chart2/source/model/template/BubbleChartTypeTemplate.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_BUBBLECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include namespace chart diff --git a/chart2/source/model/template/BubbleDataInterpreter.cxx b/chart2/source/model/template/BubbleDataInterpreter.cxx index a43356152f7e..da09e143dd08 100644 --- a/chart2/source/model/template/BubbleDataInterpreter.cxx +++ b/chart2/source/model/template/BubbleDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "BubbleDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/CandleStickChartType.cxx b/chart2/source/model/template/CandleStickChartType.cxx index 393ca6fd8ac1..805cec720538 100644 --- a/chart2/source/model/template/CandleStickChartType.cxx +++ b/chart2/source/model/template/CandleStickChartType.cxx @@ -18,10 +18,10 @@ */ #include "CandleStickChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "StockBar.hxx" -#include "servicenames_charttypes.hxx" +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/ChartType.cxx b/chart2/source/model/template/ChartType.cxx index d3b9e2bfab86..920ce5696b54 100644 --- a/chart2/source/model/template/ChartType.cxx +++ b/chart2/source/model/template/ChartType.cxx @@ -18,13 +18,13 @@ */ #include "ChartType.hxx" -#include "PropertyHelper.hxx" -#include "CommonFunctors.hxx" -#include "macros.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "CloneHelper.hxx" -#include "AxisIndexDefines.hxx" +#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/ChartType.hxx b/chart2/source/model/template/ChartType.hxx index 6d5a686e32fe..60f39a7df87c 100644 --- a/chart2/source/model/template/ChartType.hxx +++ b/chart2/source/model/template/ChartType.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_CHARTTYPE_HXX -#include "MutexContainer.hxx" -#include "OPropertySet.hxx" +#include +#include #include #include -#include "ModifyListenerHelper.hxx" +#include #include #include #include diff --git a/chart2/source/model/template/ChartTypeManager.cxx b/chart2/source/model/template/ChartTypeManager.cxx index c98d79760cf9..db79928d211c 100644 --- a/chart2/source/model/template/ChartTypeManager.cxx +++ b/chart2/source/model/template/ChartTypeManager.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ChartTypeManager.hxx" -#include "macros.hxx" -#include "StackMode.hxx" +#include +#include +#include -#include "CartesianCoordinateSystem.hxx" +#include #include "LineChartTypeTemplate.hxx" #include "BarChartTypeTemplate.hxx" diff --git a/chart2/source/model/template/ChartTypeTemplate.cxx b/chart2/source/model/template/ChartTypeTemplate.cxx index 13835141ef6e..8f64b3291cc4 100644 --- a/chart2/source/model/template/ChartTypeTemplate.cxx +++ b/chart2/source/model/template/ChartTypeTemplate.cxx @@ -18,18 +18,18 @@ */ #include "ChartTypeTemplate.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" +#include +#include +#include #include "DataInterpreter.hxx" -#include "CommonConverters.hxx" -#include "ChartTypeHelper.hxx" - -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "LegendHelper.hxx" -#include "DiagramHelper.hxx" -#include "AxisIndexDefines.hxx" +#include +#include + +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/ChartTypeTemplate.hxx b/chart2/source/model/template/ChartTypeTemplate.hxx index 94122c69295c..6dacf519101c 100644 --- a/chart2/source/model/template/ChartTypeTemplate.hxx +++ b/chart2/source/model/template/ChartTypeTemplate.hxx @@ -21,7 +21,7 @@ #include #include "DataInterpreter.hxx" -#include "StackMode.hxx" +#include #include #include #include diff --git a/chart2/source/model/template/ColumnChartType.cxx b/chart2/source/model/template/ColumnChartType.cxx index af99026027bc..3f0b0bbeaace 100644 --- a/chart2/source/model/template/ColumnChartType.cxx +++ b/chart2/source/model/template/ColumnChartType.cxx @@ -18,9 +18,9 @@ */ #include "ColumnChartType.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include #include #include diff --git a/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx b/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx index 68a9db527807..e245300cc4bc 100644 --- a/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx +++ b/chart2/source/model/template/ColumnLineChartTypeTemplate.cxx @@ -18,13 +18,13 @@ */ #include "ColumnLineChartTypeTemplate.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "DiagramHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "servicenames_charttypes.hxx" +#include +#include +#include +#include +#include #include "ColumnLineDataInterpreter.hxx" -#include "PropertyHelper.hxx" +#include #include #include #include diff --git a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx index 8dcd13461fa6..9f04b633d2b3 100644 --- a/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx +++ b/chart2/source/model/template/ColumnLineChartTypeTemplate.hxx @@ -20,10 +20,10 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_COLUMNLINECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include namespace chart diff --git a/chart2/source/model/template/ColumnLineDataInterpreter.cxx b/chart2/source/model/template/ColumnLineDataInterpreter.cxx index f3000954d5ca..5a32fa1856c2 100644 --- a/chart2/source/model/template/ColumnLineDataInterpreter.cxx +++ b/chart2/source/model/template/ColumnLineDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "ColumnLineDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/DataInterpreter.cxx b/chart2/source/model/template/DataInterpreter.cxx index 31140a097cb9..bb6fdd0f3f69 100644 --- a/chart2/source/model/template/DataInterpreter.cxx +++ b/chart2/source/model/template/DataInterpreter.cxx @@ -18,11 +18,11 @@ */ #include "DataInterpreter.hxx" -#include "DataSeries.hxx" -#include "DataSourceHelper.hxx" -#include "DataSeriesHelper.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/FilledNetChartType.cxx b/chart2/source/model/template/FilledNetChartType.cxx index 39e7b2f34c11..2ee5272edeca 100644 --- a/chart2/source/model/template/FilledNetChartType.cxx +++ b/chart2/source/model/template/FilledNetChartType.cxx @@ -18,12 +18,12 @@ */ #include "FilledNetChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "Scaling.hxx" -#include "servicenames_charttypes.hxx" -#include "AxisIndexDefines.hxx" +#include +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx b/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx index 6db19deb9989..3b24ecebf2f9 100644 --- a/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx +++ b/chart2/source/model/template/GL3DBarChartTypeTemplate.hxx @@ -11,7 +11,7 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_GL3DBARCHARTTYPETEMPLATE_HXX #include -#include +#include "ChartTypeTemplate.hxx" #include #include diff --git a/chart2/source/model/template/LineChartType.cxx b/chart2/source/model/template/LineChartType.cxx index eaa1a12dc8dc..df7b76ecb91f 100644 --- a/chart2/source/model/template/LineChartType.cxx +++ b/chart2/source/model/template/LineChartType.cxx @@ -18,9 +18,9 @@ */ #include "LineChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" +#include +#include +#include #include #include diff --git a/chart2/source/model/template/LineChartTypeTemplate.cxx b/chart2/source/model/template/LineChartTypeTemplate.cxx index cf1238edb373..bdba0b44c3e1 100644 --- a/chart2/source/model/template/LineChartTypeTemplate.cxx +++ b/chart2/source/model/template/LineChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "LineChartTypeTemplate.hxx" -#include "macros.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/LineChartTypeTemplate.hxx b/chart2/source/model/template/LineChartTypeTemplate.hxx index 55fc7797ec87..053d25cb83ce 100644 --- a/chart2/source/model/template/LineChartTypeTemplate.hxx +++ b/chart2/source/model/template/LineChartTypeTemplate.hxx @@ -20,9 +20,9 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_LINECHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" -#include "StackMode.hxx" +#include +#include +#include #include #include diff --git a/chart2/source/model/template/NetChartType.cxx b/chart2/source/model/template/NetChartType.cxx index c3310f297f3b..0e195ce33886 100644 --- a/chart2/source/model/template/NetChartType.cxx +++ b/chart2/source/model/template/NetChartType.cxx @@ -18,12 +18,12 @@ */ #include "NetChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "servicenames_charttypes.hxx" -#include "AxisIndexDefines.hxx" -#include "AxisHelper.hxx" +#include +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/NetChartTypeTemplate.cxx b/chart2/source/model/template/NetChartTypeTemplate.cxx index 77eda20191a6..3cae40b53763 100644 --- a/chart2/source/model/template/NetChartTypeTemplate.cxx +++ b/chart2/source/model/template/NetChartTypeTemplate.cxx @@ -18,11 +18,11 @@ */ #include "NetChartTypeTemplate.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/NetChartTypeTemplate.hxx b/chart2/source/model/template/NetChartTypeTemplate.hxx index 8ba47c2f9905..369989e6f988 100644 --- a/chart2/source/model/template/NetChartTypeTemplate.hxx +++ b/chart2/source/model/template/NetChartTypeTemplate.hxx @@ -20,7 +20,7 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_NETCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include namespace chart { diff --git a/chart2/source/model/template/PieChartType.cxx b/chart2/source/model/template/PieChartType.cxx index 268334460bdd..247b5480a2fa 100644 --- a/chart2/source/model/template/PieChartType.cxx +++ b/chart2/source/model/template/PieChartType.cxx @@ -18,12 +18,12 @@ */ #include "PieChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "PolarCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "AxisIndexDefines.hxx" +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/PieChartTypeTemplate.cxx b/chart2/source/model/template/PieChartTypeTemplate.cxx index c8a7663a9056..2b02085a5bdb 100644 --- a/chart2/source/model/template/PieChartTypeTemplate.cxx +++ b/chart2/source/model/template/PieChartTypeTemplate.cxx @@ -18,15 +18,15 @@ */ #include "PieChartTypeTemplate.hxx" -#include "macros.hxx" -#include "CommonConverters.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "BaseGFXHelper.hxx" -#include "AxisHelper.hxx" -#include "ThreeDHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/chart2/source/model/template/PieChartTypeTemplate.hxx b/chart2/source/model/template/PieChartTypeTemplate.hxx index 640ba6c20b7e..3715679eb9da 100644 --- a/chart2/source/model/template/PieChartTypeTemplate.hxx +++ b/chart2/source/model/template/PieChartTypeTemplate.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_PIECHARTTYPETEMPLATE_HXX -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include #include "ChartTypeTemplate.hxx" diff --git a/chart2/source/model/template/ScatterChartType.cxx b/chart2/source/model/template/ScatterChartType.cxx index c99cdf72b918..2dd540dce972 100644 --- a/chart2/source/model/template/ScatterChartType.cxx +++ b/chart2/source/model/template/ScatterChartType.cxx @@ -18,12 +18,12 @@ */ #include "ScatterChartType.hxx" -#include "PropertyHelper.hxx" -#include "macros.hxx" -#include "servicenames_charttypes.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "AxisIndexDefines.hxx" +#include +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/ScatterChartTypeTemplate.cxx b/chart2/source/model/template/ScatterChartTypeTemplate.cxx index cd752f7674fe..2e3c63453131 100644 --- a/chart2/source/model/template/ScatterChartTypeTemplate.cxx +++ b/chart2/source/model/template/ScatterChartTypeTemplate.cxx @@ -18,13 +18,13 @@ */ #include "ScatterChartTypeTemplate.hxx" -#include "macros.hxx" +#include #include "XYDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/ScatterChartTypeTemplate.hxx b/chart2/source/model/template/ScatterChartTypeTemplate.hxx index 18829d0ea5da..62f94db76177 100644 --- a/chart2/source/model/template/ScatterChartTypeTemplate.hxx +++ b/chart2/source/model/template/ScatterChartTypeTemplate.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_SCATTERCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include #include diff --git a/chart2/source/model/template/StockChartTypeTemplate.cxx b/chart2/source/model/template/StockChartTypeTemplate.cxx index c16463223183..73c9f2ff1691 100644 --- a/chart2/source/model/template/StockChartTypeTemplate.cxx +++ b/chart2/source/model/template/StockChartTypeTemplate.cxx @@ -18,20 +18,20 @@ */ #include "StockChartTypeTemplate.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" +#include +#include #include "StockDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "servicenames_coosystems.hxx" -#include "AxisIndexDefines.hxx" +#include +#include +#include +#include +#include +#include #include #include #include #include -#include "PropertyHelper.hxx" +#include #include #include diff --git a/chart2/source/model/template/StockChartTypeTemplate.hxx b/chart2/source/model/template/StockChartTypeTemplate.hxx index f4884ac462e7..4977b7a9dcee 100644 --- a/chart2/source/model/template/StockChartTypeTemplate.hxx +++ b/chart2/source/model/template/StockChartTypeTemplate.hxx @@ -20,8 +20,8 @@ #define INCLUDED_CHART2_SOURCE_MODEL_TEMPLATE_STOCKCHARTTYPETEMPLATE_HXX #include "ChartTypeTemplate.hxx" -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include +#include #include namespace chart diff --git a/chart2/source/model/template/StockDataInterpreter.cxx b/chart2/source/model/template/StockDataInterpreter.cxx index b1844f1da84a..d3854b4db598 100644 --- a/chart2/source/model/template/StockDataInterpreter.cxx +++ b/chart2/source/model/template/StockDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "StockDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include +#include +#include +#include #include #include diff --git a/chart2/source/model/template/XYDataInterpreter.cxx b/chart2/source/model/template/XYDataInterpreter.cxx index c0d05a60ca98..de6b8eba5bff 100644 --- a/chart2/source/model/template/XYDataInterpreter.cxx +++ b/chart2/source/model/template/XYDataInterpreter.cxx @@ -18,10 +18,10 @@ */ #include "XYDataInterpreter.hxx" -#include "DataSeries.hxx" -#include "macros.hxx" -#include "DataSeriesHelper.hxx" -#include "CommonConverters.hxx" +#include +#include +#include +#include #include #include #include -- cgit v1.2.3