summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:44:16 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:12 +0200
commitd63b706dad58eb09014420cdaee5f1399d0e2d9e (patch)
tree424a9700c318c50ebd0c49feb02abd4e0b6ae101 /chart2/source/view/axes
parent696722f2c89e1647d89db4622264446d65c9fc81 (diff)
loplugin:includeform: chart2
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
Diffstat (limited to 'chart2/source/view/axes')
-rw-r--r--chart2/source/view/axes/DateHelper.cxx2
-rw-r--r--chart2/source/view/axes/DateScaling.cxx2
-rw-r--r--chart2/source/view/axes/MinimumAndMaximumSupplier.cxx2
-rw-r--r--chart2/source/view/axes/ScaleAutomatism.cxx8
-rw-r--r--chart2/source/view/axes/TickmarkProperties.hxx2
-rw-r--r--chart2/source/view/axes/Tickmarks.cxx2
-rw-r--r--chart2/source/view/axes/Tickmarks.hxx2
-rw-r--r--chart2/source/view/axes/Tickmarks_Dates.cxx2
-rw-r--r--chart2/source/view/axes/Tickmarks_Equidistant.cxx2
-rw-r--r--chart2/source/view/axes/VAxisBase.cxx6
-rw-r--r--chart2/source/view/axes/VAxisOrGridBase.cxx4
-rw-r--r--chart2/source/view/axes/VAxisOrGridBase.hxx6
-rw-r--r--chart2/source/view/axes/VAxisProperties.cxx12
-rw-r--r--chart2/source/view/axes/VAxisProperties.hxx6
-rw-r--r--chart2/source/view/axes/VCartesianAxis.cxx22
-rw-r--r--chart2/source/view/axes/VCartesianCoordinateSystem.cxx8
-rw-r--r--chart2/source/view/axes/VCartesianCoordinateSystem.hxx2
-rw-r--r--chart2/source/view/axes/VCartesianGrid.cxx12
-rw-r--r--chart2/source/view/axes/VCartesianGrid.hxx2
-rw-r--r--chart2/source/view/axes/VCoordinateSystem.cxx30
-rw-r--r--chart2/source/view/axes/VPolarAngleAxis.cxx8
-rw-r--r--chart2/source/view/axes/VPolarAxis.cxx4
-rw-r--r--chart2/source/view/axes/VPolarCoordinateSystem.cxx4
-rw-r--r--chart2/source/view/axes/VPolarCoordinateSystem.hxx2
-rw-r--r--chart2/source/view/axes/VPolarGrid.cxx10
-rw-r--r--chart2/source/view/axes/VPolarGrid.hxx2
-rw-r--r--chart2/source/view/axes/VPolarRadiusAxis.cxx4
27 files changed, 84 insertions, 84 deletions
diff --git a/chart2/source/view/axes/DateHelper.cxx b/chart2/source/view/axes/DateHelper.cxx
index f90ac57e7c5d..046760436acd 100644
--- a/chart2/source/view/axes/DateHelper.cxx
+++ b/chart2/source/view/axes/DateHelper.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "DateHelper.hxx"
+#include <DateHelper.hxx>
#include "DateScaling.hxx"
#include <rtl/math.hxx>
#include <com/sun/star/chart/TimeUnit.hpp>
diff --git a/chart2/source/view/axes/DateScaling.cxx b/chart2/source/view/axes/DateScaling.cxx
index 663e55e1e386..28b66633628d 100644
--- a/chart2/source/view/axes/DateScaling.cxx
+++ b/chart2/source/view/axes/DateScaling.cxx
@@ -20,7 +20,7 @@
#include "DateScaling.hxx"
#include <com/sun/star/chart/TimeUnit.hpp>
#include <rtl/math.hxx>
-#include "com/sun/star/uno/RuntimeException.hpp"
+#include <com/sun/star/uno/RuntimeException.hpp>
#include <cppuhelper/supportsservice.hxx>
namespace
diff --git a/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx b/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx
index 1b65e96fa9bf..7edca0d166b4 100644
--- a/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx
+++ b/chart2/source/view/axes/MinimumAndMaximumSupplier.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "MinimumAndMaximumSupplier.hxx"
+#include <MinimumAndMaximumSupplier.hxx>
#include <com/sun/star/chart/TimeUnit.hpp>
diff --git a/chart2/source/view/axes/ScaleAutomatism.cxx b/chart2/source/view/axes/ScaleAutomatism.cxx
index f712ecf33f91..da1b1b50acfd 100644
--- a/chart2/source/view/axes/ScaleAutomatism.cxx
+++ b/chart2/source/view/axes/ScaleAutomatism.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ScaleAutomatism.hxx"
-#include "macros.hxx"
+#include <ScaleAutomatism.hxx>
+#include <macros.hxx>
#include "Tickmarks_Equidistant.hxx"
-#include "DateHelper.hxx"
+#include <DateHelper.hxx>
#include "DateScaling.hxx"
-#include "AxisHelper.hxx"
+#include <AxisHelper.hxx>
#include <com/sun/star/chart/TimeUnit.hpp>
#include <rtl/math.hxx>
diff --git a/chart2/source/view/axes/TickmarkProperties.hxx b/chart2/source/view/axes/TickmarkProperties.hxx
index 610e2fe2d474..07dc623995e5 100644
--- a/chart2/source/view/axes/TickmarkProperties.hxx
+++ b/chart2/source/view/axes/TickmarkProperties.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKPROPERTIES_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_AXES_TICKMARKPROPERTIES_HXX
-#include "VLineProperties.hxx"
+#include <VLineProperties.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/Tickmarks.cxx b/chart2/source/view/axes/Tickmarks.cxx
index 60a8d4bcf167..95f967b3b215 100644
--- a/chart2/source/view/axes/Tickmarks.cxx
+++ b/chart2/source/view/axes/Tickmarks.cxx
@@ -20,7 +20,7 @@
#include "Tickmarks.hxx"
#include "Tickmarks_Equidistant.hxx"
#include "Tickmarks_Dates.hxx"
-#include "ViewDefines.hxx"
+#include <ViewDefines.hxx>
#include <rtl/math.hxx>
using namespace ::com::sun::star;
diff --git a/chart2/source/view/axes/Tickmarks.hxx b/chart2/source/view/axes/Tickmarks.hxx
index ac5f4828baba..c1bf88f590f1 100644
--- a/chart2/source/view/axes/Tickmarks.hxx
+++ b/chart2/source/view/axes/Tickmarks.hxx
@@ -21,7 +21,7 @@
#include "TickmarkProperties.hxx"
#include "VAxisProperties.hxx"
-#include "chartview/ExplicitScaleValues.hxx"
+#include <chartview/ExplicitScaleValues.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <com/sun/star/drawing/XShape.hpp>
diff --git a/chart2/source/view/axes/Tickmarks_Dates.cxx b/chart2/source/view/axes/Tickmarks_Dates.cxx
index 2b14d86a4bc2..d1daac59ebfe 100644
--- a/chart2/source/view/axes/Tickmarks_Dates.cxx
+++ b/chart2/source/view/axes/Tickmarks_Dates.cxx
@@ -20,7 +20,7 @@
#include "Tickmarks_Dates.hxx"
#include "DateScaling.hxx"
#include <rtl/math.hxx>
-#include "DateHelper.hxx"
+#include <DateHelper.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/Tickmarks_Equidistant.cxx b/chart2/source/view/axes/Tickmarks_Equidistant.cxx
index e22faf768011..dc1342660ea0 100644
--- a/chart2/source/view/axes/Tickmarks_Equidistant.cxx
+++ b/chart2/source/view/axes/Tickmarks_Equidistant.cxx
@@ -18,7 +18,7 @@
*/
#include "Tickmarks_Equidistant.hxx"
-#include "ViewDefines.hxx"
+#include <ViewDefines.hxx>
#include <rtl/math.hxx>
#include <limits>
diff --git a/chart2/source/view/axes/VAxisBase.cxx b/chart2/source/view/axes/VAxisBase.cxx
index 2f48b1c8facf..b6f55029deb8 100644
--- a/chart2/source/view/axes/VAxisBase.cxx
+++ b/chart2/source/view/axes/VAxisBase.cxx
@@ -18,10 +18,10 @@
*/
#include "VAxisBase.hxx"
-#include "ShapeFactory.hxx"
-#include "CommonConverters.hxx"
+#include <ShapeFactory.hxx>
+#include <CommonConverters.hxx>
#include "Tickmarks.hxx"
-#include "macros.hxx"
+#include <macros.hxx>
#include <memory>
diff --git a/chart2/source/view/axes/VAxisOrGridBase.cxx b/chart2/source/view/axes/VAxisOrGridBase.cxx
index 52ddc16fdbcf..f11c8a4a20a9 100644
--- a/chart2/source/view/axes/VAxisOrGridBase.cxx
+++ b/chart2/source/view/axes/VAxisOrGridBase.cxx
@@ -18,8 +18,8 @@
*/
#include "VAxisOrGridBase.hxx"
-#include "ShapeFactory.hxx"
-#include "CommonConverters.hxx"
+#include <ShapeFactory.hxx>
+#include <CommonConverters.hxx>
#include "Tickmarks.hxx"
namespace chart
diff --git a/chart2/source/view/axes/VAxisOrGridBase.hxx b/chart2/source/view/axes/VAxisOrGridBase.hxx
index 44cd5e772a4f..26cca1626bec 100644
--- a/chart2/source/view/axes/VAxisOrGridBase.hxx
+++ b/chart2/source/view/axes/VAxisOrGridBase.hxx
@@ -19,9 +19,9 @@
#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISORGRIDBASE_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISORGRIDBASE_HXX
-#include "PlotterBase.hxx"
-#include "ThreeDHelper.hxx"
-#include "chartview/ExplicitScaleValues.hxx"
+#include <PlotterBase.hxx>
+#include <ThreeDHelper.hxx>
+#include <chartview/ExplicitScaleValues.hxx>
#include <com/sun/star/drawing/HomogenMatrix.hpp>
#include <com/sun/star/drawing/XShapes.hpp>
diff --git a/chart2/source/view/axes/VAxisProperties.cxx b/chart2/source/view/axes/VAxisProperties.cxx
index c3cdbcde5f97..b5c04232a08f 100644
--- a/chart2/source/view/axes/VAxisProperties.cxx
+++ b/chart2/source/view/axes/VAxisProperties.cxx
@@ -18,12 +18,12 @@
*/
#include "VAxisProperties.hxx"
-#include "macros.hxx"
-#include "ViewDefines.hxx"
-#include "CommonConverters.hxx"
-#include "AxisHelper.hxx"
-#include "DiagramHelper.hxx"
-#include "ChartModelHelper.hxx"
+#include <macros.hxx>
+#include <ViewDefines.hxx>
+#include <CommonConverters.hxx>
+#include <AxisHelper.hxx>
+#include <DiagramHelper.hxx>
+#include <ChartModelHelper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp>
diff --git a/chart2/source/view/axes/VAxisProperties.hxx b/chart2/source/view/axes/VAxisProperties.hxx
index 29414cda6bc7..20f648d4fe8d 100644
--- a/chart2/source/view/axes/VAxisProperties.hxx
+++ b/chart2/source/view/axes/VAxisProperties.hxx
@@ -20,9 +20,9 @@
#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VAXISPROPERTIES_HXX
#include "TickmarkProperties.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "LabelAlignment.hxx"
-#include "ExplicitCategoriesProvider.hxx"
+#include <PlottingPositionHelper.hxx>
+#include <LabelAlignment.hxx>
+#include <ExplicitCategoriesProvider.hxx>
#include <com/sun/star/chart/ChartAxisLabelPosition.hpp>
#include <com/sun/star/chart/ChartAxisMarkPosition.hpp>
diff --git a/chart2/source/view/axes/VCartesianAxis.cxx b/chart2/source/view/axes/VCartesianAxis.cxx
index d94aef27fd19..c9ec6d564d12 100644
--- a/chart2/source/view/axes/VCartesianAxis.cxx
+++ b/chart2/source/view/axes/VCartesianAxis.cxx
@@ -18,17 +18,17 @@
*/
#include "VCartesianAxis.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "CommonConverters.hxx"
-#include "macros.hxx"
-#include "ViewDefines.hxx"
-#include "PropertyMapper.hxx"
-#include "NumberFormatterWrapper.hxx"
-#include "LabelPositionHelper.hxx"
-#include "TrueGuard.hxx"
-#include "BaseGFXHelper.hxx"
-#include "AxisHelper.hxx"
+#include <PlottingPositionHelper.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <CommonConverters.hxx>
+#include <macros.hxx>
+#include <ViewDefines.hxx>
+#include <PropertyMapper.hxx>
+#include <NumberFormatterWrapper.hxx>
+#include <LabelPositionHelper.hxx>
+#include <TrueGuard.hxx>
+#include <BaseGFXHelper.hxx>
+#include <AxisHelper.hxx>
#include "Tickmarks_Equidistant.hxx"
#include <rtl/math.hxx>
diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx
index 091d61718a60..8a5850400f4c 100644
--- a/chart2/source/view/axes/VCartesianCoordinateSystem.cxx
+++ b/chart2/source/view/axes/VCartesianCoordinateSystem.cxx
@@ -20,10 +20,10 @@
#include "VCartesianCoordinateSystem.hxx"
#include "VCartesianGrid.hxx"
#include "VCartesianAxis.hxx"
-#include "macros.hxx"
-#include "AxisIndexDefines.hxx"
-#include "AxisHelper.hxx"
-#include "ChartTypeHelper.hxx"
+#include <macros.hxx>
+#include <AxisIndexDefines.hxx>
+#include <AxisHelper.hxx>
+#include <ChartTypeHelper.hxx>
#include <cppuhelper/implbase.hxx>
namespace chart
diff --git a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx
index a7da0e2579a9..c61768f5ee5c 100644
--- a/chart2/source/view/axes/VCartesianCoordinateSystem.hxx
+++ b/chart2/source/view/axes/VCartesianCoordinateSystem.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANCOORDINATESYSTEM_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANCOORDINATESYSTEM_HXX
-#include "VCoordinateSystem.hxx"
+#include <VCoordinateSystem.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/VCartesianGrid.cxx b/chart2/source/view/axes/VCartesianGrid.cxx
index aa71888bd9f3..6a18e6d730a9 100644
--- a/chart2/source/view/axes/VCartesianGrid.cxx
+++ b/chart2/source/view/axes/VCartesianGrid.cxx
@@ -19,12 +19,12 @@
#include "VCartesianGrid.hxx"
#include "Tickmarks.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "ShapeFactory.hxx"
-#include "ObjectIdentifier.hxx"
-#include "macros.hxx"
-#include "CommonConverters.hxx"
-#include "AxisHelper.hxx"
+#include <PlottingPositionHelper.hxx>
+#include <ShapeFactory.hxx>
+#include <ObjectIdentifier.hxx>
+#include <macros.hxx>
+#include <CommonConverters.hxx>
+#include <AxisHelper.hxx>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
diff --git a/chart2/source/view/axes/VCartesianGrid.hxx b/chart2/source/view/axes/VCartesianGrid.hxx
index 081fb4bdeb16..de16ee1b8a90 100644
--- a/chart2/source/view/axes/VCartesianGrid.hxx
+++ b/chart2/source/view/axes/VCartesianGrid.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VCARTESIANGRID_HXX
#include "VAxisOrGridBase.hxx"
-#include "VLineProperties.hxx"
+#include <VLineProperties.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/VCoordinateSystem.cxx b/chart2/source/view/axes/VCoordinateSystem.cxx
index 741516b7159c..2c680b92f47a 100644
--- a/chart2/source/view/axes/VCoordinateSystem.cxx
+++ b/chart2/source/view/axes/VCoordinateSystem.cxx
@@ -17,24 +17,24 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "VCoordinateSystem.hxx"
+#include <VCoordinateSystem.hxx>
#include "VCartesianCoordinateSystem.hxx"
#include "VPolarCoordinateSystem.hxx"
-#include "ScaleAutomatism.hxx"
-#include "VSeriesPlotter.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "servicenames_coosystems.hxx"
-#include "macros.hxx"
-#include "AxisIndexDefines.hxx"
-#include "ObjectIdentifier.hxx"
-#include "ExplicitCategoriesProvider.hxx"
-#include "AxisHelper.hxx"
-#include "ContainerHelper.hxx"
+#include <ScaleAutomatism.hxx>
+#include <VSeriesPlotter.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <servicenames_coosystems.hxx>
+#include <macros.hxx>
+#include <AxisIndexDefines.hxx>
+#include <ObjectIdentifier.hxx>
+#include <ExplicitCategoriesProvider.hxx>
+#include <AxisHelper.hxx>
+#include <ContainerHelper.hxx>
#include "VAxisBase.hxx"
-#include "ViewDefines.hxx"
-#include "DataSeriesHelper.hxx"
-#include "defines.hxx"
-#include "chartview/ExplicitValueProvider.hxx"
+#include <ViewDefines.hxx>
+#include <DataSeriesHelper.hxx>
+#include <defines.hxx>
+#include <chartview/ExplicitValueProvider.hxx>
#include <com/sun/star/chart2/AxisType.hpp>
#include <com/sun/star/chart2/XChartTypeContainer.hpp>
#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
diff --git a/chart2/source/view/axes/VPolarAngleAxis.cxx b/chart2/source/view/axes/VPolarAngleAxis.cxx
index f8796f4a29e0..e263101795c1 100644
--- a/chart2/source/view/axes/VPolarAngleAxis.cxx
+++ b/chart2/source/view/axes/VPolarAngleAxis.cxx
@@ -21,10 +21,10 @@
#include "VPolarAngleAxis.hxx"
#include "VPolarGrid.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "macros.hxx"
-#include "NumberFormatterWrapper.hxx"
-#include "PolarLabelPositionHelper.hxx"
+#include <AbstractShapeFactory.hxx>
+#include <macros.hxx>
+#include <NumberFormatterWrapper.hxx>
+#include <PolarLabelPositionHelper.hxx>
#include <tools/color.hxx>
#include <memory>
diff --git a/chart2/source/view/axes/VPolarAxis.cxx b/chart2/source/view/axes/VPolarAxis.cxx
index b3315f86f1dc..a456f4de3369 100644
--- a/chart2/source/view/axes/VPolarAxis.cxx
+++ b/chart2/source/view/axes/VPolarAxis.cxx
@@ -20,9 +20,9 @@
#include "VPolarAxis.hxx"
#include "VPolarAngleAxis.hxx"
#include "VPolarRadiusAxis.hxx"
-#include "macros.hxx"
+#include <macros.hxx>
#include "Tickmarks.hxx"
-#include "ShapeFactory.hxx"
+#include <ShapeFactory.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/VPolarCoordinateSystem.cxx b/chart2/source/view/axes/VPolarCoordinateSystem.cxx
index 3928b5b07c9f..49eb8763cd12 100644
--- a/chart2/source/view/axes/VPolarCoordinateSystem.cxx
+++ b/chart2/source/view/axes/VPolarCoordinateSystem.cxx
@@ -20,8 +20,8 @@
#include "VPolarCoordinateSystem.hxx"
#include "VPolarGrid.hxx"
#include "VPolarAxis.hxx"
-#include "AxisIndexDefines.hxx"
-#include "AxisHelper.hxx"
+#include <AxisIndexDefines.hxx>
+#include <AxisHelper.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/VPolarCoordinateSystem.hxx b/chart2/source/view/axes/VPolarCoordinateSystem.hxx
index bc93c717d017..e7941484e23b 100644
--- a/chart2/source/view/axes/VPolarCoordinateSystem.hxx
+++ b/chart2/source/view/axes/VPolarCoordinateSystem.hxx
@@ -19,7 +19,7 @@
#ifndef INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARCOORDINATESYSTEM_HXX
#define INCLUDED_CHART2_SOURCE_VIEW_AXES_VPOLARCOORDINATESYSTEM_HXX
-#include "VCoordinateSystem.hxx"
+#include <VCoordinateSystem.hxx>
namespace chart
{
diff --git a/chart2/source/view/axes/VPolarGrid.cxx b/chart2/source/view/axes/VPolarGrid.cxx
index 09e0d6a237f2..51b3a12373d5 100644
--- a/chart2/source/view/axes/VPolarGrid.cxx
+++ b/chart2/source/view/axes/VPolarGrid.cxx
@@ -20,11 +20,11 @@
#include "VPolarGrid.hxx"
#include "VCartesianGrid.hxx"
#include "Tickmarks.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "ShapeFactory.hxx"
-#include "ObjectIdentifier.hxx"
-#include "macros.hxx"
-#include "CommonConverters.hxx"
+#include <PlottingPositionHelper.hxx>
+#include <ShapeFactory.hxx>
+#include <ObjectIdentifier.hxx>
+#include <macros.hxx>
+#include <CommonConverters.hxx>
#include "Tickmarks_Equidistant.hxx"
#include <com/sun/star/drawing/LineStyle.hpp>
diff --git a/chart2/source/view/axes/VPolarGrid.hxx b/chart2/source/view/axes/VPolarGrid.hxx
index 4391d7eca335..8f3270853062 100644
--- a/chart2/source/view/axes/VPolarGrid.hxx
+++ b/chart2/source/view/axes/VPolarGrid.hxx
@@ -21,7 +21,7 @@
#include "VAxisOrGridBase.hxx"
#include "Tickmarks.hxx"
-#include "VLineProperties.hxx"
+#include <VLineProperties.hxx>
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <memory>
diff --git a/chart2/source/view/axes/VPolarRadiusAxis.cxx b/chart2/source/view/axes/VPolarRadiusAxis.cxx
index ffc66d3e2842..703cae0129bf 100644
--- a/chart2/source/view/axes/VPolarRadiusAxis.cxx
+++ b/chart2/source/view/axes/VPolarRadiusAxis.cxx
@@ -19,8 +19,8 @@
#include "VPolarRadiusAxis.hxx"
#include "VCartesianAxis.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "CommonConverters.hxx"
+#include <PlottingPositionHelper.hxx>
+#include <CommonConverters.hxx>
#include "Tickmarks_Equidistant.hxx"
#include <rtl/math.hxx>