diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:44:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:12 +0200 |
commit | d63b706dad58eb09014420cdaee5f1399d0e2d9e (patch) | |
tree | 424a9700c318c50ebd0c49feb02abd4e0b6ae101 /chart2/source/model/template | |
parent | 696722f2c89e1647d89db4622264446d65c9fc81 (diff) |
loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
Diffstat (limited to 'chart2/source/model/template')
39 files changed, 170 insertions, 170 deletions
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 <macros.hxx> +#include <servicenames_charttypes.hxx> #include <cppuhelper/supportsservice.hxx> 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 <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> 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 <StackMode.hxx> -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> 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 <macros.hxx> +#include <servicenames_charttypes.hxx> #include <cppuhelper/supportsservice.hxx> 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 <macros.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/chart2/DataPointGeometry3D.hpp> 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 <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> #include "ChartTypeTemplate.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> 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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <AxisIndexDefines.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/chart2/CurveStyle.hpp> 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 <macros.hxx> #include "BubbleDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "Scaling.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <Scaling.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/drawing/LineStyle.hpp> -#include "PropertyHelper.hxx" +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <algorithm> 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 <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> 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 <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <com/sun/star/util/XCloneable.hpp> 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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <StockBar.hxx> +#include <servicenames_charttypes.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> 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 <PropertyHelper.hxx> +#include <CommonFunctors.hxx> +#include <macros.hxx> +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <CloneHelper.hxx> +#include <AxisIndexDefines.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> 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 <MutexContainer.hxx> +#include <OPropertySet.hxx> #include <cppuhelper/implbase.hxx> #include <comphelper/uno3.hxx> -#include "ModifyListenerHelper.hxx" +#include <ModifyListenerHelper.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/uno/XComponentContext.hpp> 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 <ChartTypeManager.hxx> +#include <macros.hxx> +#include <StackMode.hxx> -#include "CartesianCoordinateSystem.hxx" +#include <CartesianCoordinateSystem.hxx> #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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> #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 <CommonConverters.hxx> +#include <ChartTypeHelper.hxx> + +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <LegendHelper.hxx> +#include <DiagramHelper.hxx> +#include <AxisIndexDefines.hxx> #include <unonames.hxx> #include <cppuhelper/component_context.hxx> 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 <cppuhelper/implbase.hxx> #include "DataInterpreter.hxx" -#include "StackMode.hxx" +#include <StackMode.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/chart2/XChartTypeTemplate.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> 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 <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <cppuhelper/supportsservice.hxx> 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 <macros.hxx> +#include <CommonConverters.hxx> +#include <DiagramHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <servicenames_charttypes.hxx> #include "ColumnLineDataInterpreter.hxx" -#include "PropertyHelper.hxx" +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> 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 <StackMode.hxx> -#include "OPropertySet.hxx" -#include "MutexContainer.hxx" +#include <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> 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 <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> 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 <DataSeries.hxx> +#include <DataSourceHelper.hxx> +#include <DataSeriesHelper.hxx> +#include <macros.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <cppuhelper/supportsservice.hxx> 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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <Scaling.hxx> +#include <servicenames_charttypes.hxx> +#include <AxisIndexDefines.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <cppuhelper/supportsservice.hxx> 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 <MutexContainer.hxx> -#include <ChartTypeTemplate.hxx> +#include "ChartTypeTemplate.hxx" #include <OPropertySet.hxx> #include <comphelper/uno3.hxx> 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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> 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 <macros.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/SymbolStyle.hpp> 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 <OPropertySet.hxx> +#include <MutexContainer.hxx> +#include <StackMode.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> 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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <servicenames_charttypes.hxx> +#include <AxisIndexDefines.hxx> +#include <AxisHelper.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> 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 <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> #include <com/sun/star/chart2/SymbolStyle.hpp> #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/drawing/LineStyle.hpp> 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 <StackMode.hxx> 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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <PolarCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <AxisIndexDefines.hxx> #include <cppuhelper/supportsservice.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/chart2/AxisType.hpp> 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 <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 <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/FillStyle.hpp> 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 <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> #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 <PropertyHelper.hxx> +#include <macros.hxx> +#include <servicenames_charttypes.hxx> +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <AxisIndexDefines.hxx> #include <unonames.hxx> #include <cppuhelper/supportsservice.hxx> 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 <macros.hxx> #include "XYDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "DataSeriesHelper.hxx" -#include "PropertyHelper.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <DataSeriesHelper.hxx> +#include <PropertyHelper.hxx> #include <unonames.hxx> #include <com/sun/star/chart2/SymbolStyle.hpp> 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 <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> #include <com/sun/star/chart2/CurveStyle.hpp> 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 <macros.hxx> +#include <DataSeriesHelper.hxx> #include "StockDataInterpreter.hxx" -#include "CartesianCoordinateSystem.hxx" -#include "AxisHelper.hxx" -#include "DiagramHelper.hxx" -#include "servicenames_charttypes.hxx" -#include "servicenames_coosystems.hxx" -#include "AxisIndexDefines.hxx" +#include <CartesianCoordinateSystem.hxx> +#include <AxisHelper.hxx> +#include <DiagramHelper.hxx> +#include <servicenames_charttypes.hxx> +#include <servicenames_coosystems.hxx> +#include <AxisIndexDefines.hxx> #include <com/sun/star/chart2/AxisType.hpp> #include <com/sun/star/chart2/data/XDataSource.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> -#include "PropertyHelper.hxx" +#include <PropertyHelper.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/drawing/LineStyle.hpp> 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 <OPropertySet.hxx> +#include <MutexContainer.hxx> #include <comphelper/uno3.hxx> 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 <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> 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 <DataSeries.hxx> +#include <macros.hxx> +#include <DataSeriesHelper.hxx> +#include <CommonConverters.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart2/data/XDataSink.hpp> #include <com/sun/star/util/XCloneable.hpp> |