summaryrefslogtreecommitdiff
path: root/chart2/source/view/main
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main')
-rw-r--r--chart2/source/view/main/3DChartObjects.cxx2
-rw-r--r--chart2/source/view/main/AbstractShapeFactory.cxx12
-rw-r--r--chart2/source/view/main/ChartItemPool.cxx4
-rw-r--r--chart2/source/view/main/ChartView.cxx58
-rw-r--r--chart2/source/view/main/Clipping.cxx6
-rw-r--r--chart2/source/view/main/DataPointSymbolSupplier.cxx6
-rw-r--r--chart2/source/view/main/DrawModelWrapper.cxx8
-rw-r--r--chart2/source/view/main/DummyXShape.cxx2
-rw-r--r--chart2/source/view/main/DummyXShape.hxx6
-rw-r--r--chart2/source/view/main/GL3DRenderer.cxx4
-rw-r--r--chart2/source/view/main/LabelPositionHelper.cxx14
-rw-r--r--chart2/source/view/main/Linear3DTransformation.cxx2
-rw-r--r--chart2/source/view/main/OpenGLRender.cxx2
-rw-r--r--chart2/source/view/main/OpenGLRender.hxx8
-rw-r--r--chart2/source/view/main/OpenglShapeFactory.cxx14
-rw-r--r--chart2/source/view/main/PlotterBase.cxx6
-rw-r--r--chart2/source/view/main/PlottingPositionHelper.cxx18
-rw-r--r--chart2/source/view/main/PolarLabelPositionHelper.cxx6
-rw-r--r--chart2/source/view/main/PropertyMapper.cxx4
-rw-r--r--chart2/source/view/main/ShapeFactory.cxx14
-rw-r--r--chart2/source/view/main/Stripe.cxx4
-rw-r--r--chart2/source/view/main/VButton.cxx6
-rw-r--r--chart2/source/view/main/VDataSeries.cxx16
-rw-r--r--chart2/source/view/main/VLegend.cxx18
-rw-r--r--chart2/source/view/main/VLegend.hxx2
-rw-r--r--chart2/source/view/main/VLegendSymbolFactory.cxx10
-rw-r--r--chart2/source/view/main/VLineProperties.cxx4
-rw-r--r--chart2/source/view/main/VPolarTransformation.cxx6
-rw-r--r--chart2/source/view/main/VTitle.cxx8
29 files changed, 135 insertions, 135 deletions
diff --git a/chart2/source/view/main/3DChartObjects.cxx b/chart2/source/view/main/3DChartObjects.cxx
index 37f327bb9b9b..1ecd913b553c 100644
--- a/chart2/source/view/main/3DChartObjects.cxx
+++ b/chart2/source/view/main/3DChartObjects.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "3DChartObjects.hxx"
+#include <3DChartObjects.hxx>
#include <vcl/virdev.hxx>
#include <vcl/svapp.hxx>
diff --git a/chart2/source/view/main/AbstractShapeFactory.cxx b/chart2/source/view/main/AbstractShapeFactory.cxx
index e0ddffa0c2d7..122b1177133a 100644
--- a/chart2/source/view/main/AbstractShapeFactory.cxx
+++ b/chart2/source/view/main/AbstractShapeFactory.cxx
@@ -7,11 +7,11 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "macros.hxx"
-#include "PropertyMapper.hxx"
-#include "CommonConverters.hxx"
+#include <macros.hxx>
+#include <PropertyMapper.hxx>
+#include <CommonConverters.hxx>
-#include "AbstractShapeFactory.hxx"
+#include <AbstractShapeFactory.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/CircleKind.hpp>
#include <com/sun/star/drawing/DoubleSequence.hpp>
@@ -41,8 +41,8 @@
#include <osl/module.hxx>
-#include "OpenglShapeFactory.hxx"
-#include "ShapeFactory.hxx"
+#include <OpenglShapeFactory.hxx>
+#include <ShapeFactory.hxx>
#include <config_features.h>
diff --git a/chart2/source/view/main/ChartItemPool.cxx b/chart2/source/view/main/ChartItemPool.cxx
index 1743ae0741fd..37c83d50ef12 100644
--- a/chart2/source/view/main/ChartItemPool.cxx
+++ b/chart2/source/view/main/ChartItemPool.cxx
@@ -18,8 +18,8 @@
*/
#include "ChartItemPool.hxx"
-#include "macros.hxx"
-#include "chartview/ChartSfxItemIds.hxx"
+#include <macros.hxx>
+#include <chartview/ChartSfxItemIds.hxx>
#include <svx/chrtitem.hxx>
#include <svl/intitem.hxx>
#include <editeng/brushitem.hxx>
diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx
index 283dd87f0956..35f4751f397c 100644
--- a/chart2/source/view/main/ChartView.cxx
+++ b/chart2/source/view/main/ChartView.cxx
@@ -19,37 +19,37 @@
#include <config_features.h>
-#include "ChartView.hxx"
-#include "chartview/DrawModelWrapper.hxx"
-#include "NumberFormatterWrapper.hxx"
-#include "ViewDefines.hxx"
-#include "VDiagram.hxx"
+#include <ChartView.hxx>
+#include <chartview/DrawModelWrapper.hxx>
+#include <NumberFormatterWrapper.hxx>
+#include <ViewDefines.hxx>
+#include <VDiagram.hxx>
#include "VTitle.hxx"
#include "VButton.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "VCoordinateSystem.hxx"
-#include "VSeriesPlotter.hxx"
-#include "CommonConverters.hxx"
-#include "macros.hxx"
-#include "TitleHelper.hxx"
-#include "LegendHelper.hxx"
+#include <AbstractShapeFactory.hxx>
+#include <VCoordinateSystem.hxx>
+#include <VSeriesPlotter.hxx>
+#include <CommonConverters.hxx>
+#include <macros.hxx>
+#include <TitleHelper.hxx>
+#include <LegendHelper.hxx>
#include "VLegend.hxx"
-#include "PropertyMapper.hxx"
-#include "ChartModelHelper.hxx"
-#include "ChartTypeHelper.hxx"
-#include "ScaleAutomatism.hxx"
-#include "MinimumAndMaximumSupplier.hxx"
-#include "ObjectIdentifier.hxx"
-#include "DiagramHelper.hxx"
-#include "RelativePositionHelper.hxx"
-#include "servicenames.hxx"
-#include "AxisHelper.hxx"
-#include "AxisIndexDefines.hxx"
-#include "ControllerLockGuard.hxx"
-#include "BaseGFXHelper.hxx"
-#include "DataSeriesHelper.hxx"
-#include "DateHelper.hxx"
-#include "defines.hxx"
+#include <PropertyMapper.hxx>
+#include <ChartModelHelper.hxx>
+#include <ChartTypeHelper.hxx>
+#include <ScaleAutomatism.hxx>
+#include <MinimumAndMaximumSupplier.hxx>
+#include <ObjectIdentifier.hxx>
+#include <DiagramHelper.hxx>
+#include <RelativePositionHelper.hxx>
+#include <servicenames.hxx>
+#include <AxisHelper.hxx>
+#include <AxisIndexDefines.hxx>
+#include <ControllerLockGuard.hxx>
+#include <BaseGFXHelper.hxx>
+#include <DataSeriesHelper.hxx>
+#include <DateHelper.hxx>
+#include <defines.hxx>
#include <unonames.hxx>
#if HAVE_FEATURE_OPENGL
#include <GL3DBarChart.hxx>
@@ -114,7 +114,7 @@
#include <svl/itempool.hxx>
#include <svl/languageoptions.hxx>
#include <comphelper/classids.hxx>
-#include "servicenames_charttypes.hxx"
+#include <servicenames_charttypes.hxx>
#include <rtl/strbuf.hxx>
diff --git a/chart2/source/view/main/Clipping.cxx b/chart2/source/view/main/Clipping.cxx
index 7b8604b51109..7892815f322b 100644
--- a/chart2/source/view/main/Clipping.cxx
+++ b/chart2/source/view/main/Clipping.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "Clipping.hxx"
-#include "CommonConverters.hxx"
-#include "BaseGFXHelper.hxx"
+#include <Clipping.hxx>
+#include <CommonConverters.hxx>
+#include <BaseGFXHelper.hxx>
#include <osl/diagnose.h>
diff --git a/chart2/source/view/main/DataPointSymbolSupplier.cxx b/chart2/source/view/main/DataPointSymbolSupplier.cxx
index 2597cd9d5510..10cd8fada13f 100644
--- a/chart2/source/view/main/DataPointSymbolSupplier.cxx
+++ b/chart2/source/view/main/DataPointSymbolSupplier.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "chartview/DataPointSymbolSupplier.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "macros.hxx"
+#include <chartview/DataPointSymbolSupplier.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <macros.hxx>
namespace chart
{
diff --git a/chart2/source/view/main/DrawModelWrapper.cxx b/chart2/source/view/main/DrawModelWrapper.cxx
index 0eaab2eb4155..180c55006e41 100644
--- a/chart2/source/view/main/DrawModelWrapper.cxx
+++ b/chart2/source/view/main/DrawModelWrapper.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "chartview/DrawModelWrapper.hxx"
-#include "macros.hxx"
-#include "AbstractShapeFactory.hxx"
+#include <chartview/DrawModelWrapper.hxx>
+#include <macros.hxx>
+#include <AbstractShapeFactory.hxx>
#include "ChartItemPool.hxx"
-#include "ObjectIdentifier.hxx"
+#include <ObjectIdentifier.hxx>
#include <svx/unomodel.hxx>
#include <svl/itempool.hxx>
#include <svl/eitem.hxx>
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 67a19b18a3f2..4d1248f85f7d 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -16,7 +16,7 @@
#include <stdlib.h>
#include <string.h>
-#include "CommonConverters.hxx"
+#include <CommonConverters.hxx>
#include <rtl/ustring.hxx>
diff --git a/chart2/source/view/main/DummyXShape.hxx b/chart2/source/view/main/DummyXShape.hxx
index fddf6a117f62..bd15c8450523 100644
--- a/chart2/source/view/main/DummyXShape.hxx
+++ b/chart2/source/view/main/DummyXShape.hxx
@@ -51,9 +51,9 @@
#include <com/sun/star/drawing/PointSequenceSequence.hpp>
#include <com/sun/star/chart2/XFormattedString.hpp>
-#include "PropertyMapper.hxx"
-#include "VLineProperties.hxx"
-#include "Stripe.hxx"
+#include <PropertyMapper.hxx>
+#include <VLineProperties.hxx>
+#include <Stripe.hxx>
#include <rtl/ustring.hxx>
diff --git a/chart2/source/view/main/GL3DRenderer.cxx b/chart2/source/view/main/GL3DRenderer.cxx
index 908e9fe76e12..0bca5ba3a70b 100644
--- a/chart2/source/view/main/GL3DRenderer.cxx
+++ b/chart2/source/view/main/GL3DRenderer.cxx
@@ -9,7 +9,7 @@
#include <epoxy/gl.h>
-#include "GL3DRenderer.hxx"
+#include <GL3DRenderer.hxx>
#include <cmath>
#include <vcl/opengl/OpenGLHelper.hxx>
@@ -19,7 +19,7 @@
#include <com/sun/star/awt/Size.hpp>
#include <StaticGeometry.h>
-#include "glm/gtc/matrix_inverse.hpp"
+#include <glm/gtc/matrix_inverse.hpp>
#include <memory>
#define DEBUG_FBO 0
diff --git a/chart2/source/view/main/LabelPositionHelper.cxx b/chart2/source/view/main/LabelPositionHelper.cxx
index 22de96f188a2..d0f65c4b2670 100644
--- a/chart2/source/view/main/LabelPositionHelper.cxx
+++ b/chart2/source/view/main/LabelPositionHelper.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "LabelPositionHelper.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "CommonConverters.hxx"
-#include "PropertyMapper.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "macros.hxx"
-#include "RelativeSizeHelper.hxx"
+#include <LabelPositionHelper.hxx>
+#include <PlottingPositionHelper.hxx>
+#include <CommonConverters.hxx>
+#include <PropertyMapper.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <macros.hxx>
+#include <RelativeSizeHelper.hxx>
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
diff --git a/chart2/source/view/main/Linear3DTransformation.cxx b/chart2/source/view/main/Linear3DTransformation.cxx
index 302ce68f2a2f..118ddde6aea6 100644
--- a/chart2/source/view/main/Linear3DTransformation.cxx
+++ b/chart2/source/view/main/Linear3DTransformation.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "Linear3DTransformation.hxx"
+#include <Linear3DTransformation.hxx>
#include <algorithm>
using namespace ::com::sun::star;
diff --git a/chart2/source/view/main/OpenGLRender.cxx b/chart2/source/view/main/OpenGLRender.cxx
index 42e716496f1c..2d8d816d6a47 100644
--- a/chart2/source/view/main/OpenGLRender.cxx
+++ b/chart2/source/view/main/OpenGLRender.cxx
@@ -36,7 +36,7 @@
#include <vcl/opengl/OpenGLHelper.hxx>
-#include "CommonConverters.hxx"
+#include <CommonConverters.hxx>
using namespace com::sun::star;
diff --git a/chart2/source/view/main/OpenGLRender.hxx b/chart2/source/view/main/OpenGLRender.hxx
index f400675e15ec..ae33560efb0f 100644
--- a/chart2/source/view/main/OpenGLRender.hxx
+++ b/chart2/source/view/main/OpenGLRender.hxx
@@ -21,10 +21,10 @@
// Include GLM
#include <list>
#include <map>
-#include "glm/glm.hpp"
-#include "glm/gtx/transform.hpp"
-#include "glm/gtx/euler_angles.hpp"
-#include "glm/gtx/quaternion.hpp"
+#include <glm/glm.hpp>
+#include <glm/gtx/transform.hpp>
+#include <glm/gtx/euler_angles.hpp>
+#include <glm/gtx/quaternion.hpp>
#define DEBUG_POSITIONING 0
diff --git a/chart2/source/view/main/OpenglShapeFactory.cxx b/chart2/source/view/main/OpenglShapeFactory.cxx
index 59d25e3989b1..0b63e0c0f2d2 100644
--- a/chart2/source/view/main/OpenglShapeFactory.cxx
+++ b/chart2/source/view/main/OpenglShapeFactory.cxx
@@ -18,13 +18,13 @@
*/
#include <svx/unoshape.hxx>
-#include "OpenglShapeFactory.hxx"
+#include <OpenglShapeFactory.hxx>
#include "DummyXShape.hxx"
-#include "ViewDefines.hxx"
-#include "Stripe.hxx"
-#include "CommonConverters.hxx"
-#include "macros.hxx"
-#include "PropertyMapper.hxx"
+#include <ViewDefines.hxx>
+#include <Stripe.hxx>
+#include <CommonConverters.hxx>
+#include <macros.hxx>
+#include <PropertyMapper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/CircleKind.hpp>
#include <com/sun/star/drawing/DoubleSequence.hpp>
@@ -52,7 +52,7 @@
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/matrix/b3dhommatrix.hxx>
-#include "RelativeSizeHelper.hxx"
+#include <RelativeSizeHelper.hxx>
using namespace ::com::sun::star;
diff --git a/chart2/source/view/main/PlotterBase.cxx b/chart2/source/view/main/PlotterBase.cxx
index 65548cc4ace5..9c710ba9846b 100644
--- a/chart2/source/view/main/PlotterBase.cxx
+++ b/chart2/source/view/main/PlotterBase.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PlotterBase.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "AbstractShapeFactory.hxx"
+#include <PlotterBase.hxx>
+#include <PlottingPositionHelper.hxx>
+#include <AbstractShapeFactory.hxx>
#include <rtl/math.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/chart2/DataPointLabel.hpp>
diff --git a/chart2/source/view/main/PlottingPositionHelper.cxx b/chart2/source/view/main/PlottingPositionHelper.cxx
index b42346c1210a..8232ec5a6591 100644
--- a/chart2/source/view/main/PlottingPositionHelper.cxx
+++ b/chart2/source/view/main/PlottingPositionHelper.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PlottingPositionHelper.hxx"
-#include "CommonConverters.hxx"
-#include "ViewDefines.hxx"
-#include "Linear3DTransformation.hxx"
-#include "VPolarTransformation.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "PropertyMapper.hxx"
-#include "DateHelper.hxx"
-#include "defines.hxx"
+#include <PlottingPositionHelper.hxx>
+#include <CommonConverters.hxx>
+#include <ViewDefines.hxx>
+#include <Linear3DTransformation.hxx>
+#include <VPolarTransformation.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <PropertyMapper.hxx>
+#include <DateHelper.hxx>
+#include <defines.hxx>
#include <com/sun/star/chart/TimeUnit.hpp>
#include <com/sun/star/chart2/AxisType.hpp>
diff --git a/chart2/source/view/main/PolarLabelPositionHelper.cxx b/chart2/source/view/main/PolarLabelPositionHelper.cxx
index d7a71d605557..052994c2c109 100644
--- a/chart2/source/view/main/PolarLabelPositionHelper.cxx
+++ b/chart2/source/view/main/PolarLabelPositionHelper.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PolarLabelPositionHelper.hxx"
-#include "PlottingPositionHelper.hxx"
-#include "CommonConverters.hxx"
+#include <PolarLabelPositionHelper.hxx>
+#include <PlottingPositionHelper.hxx>
+#include <CommonConverters.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2ivector.hxx>
diff --git a/chart2/source/view/main/PropertyMapper.cxx b/chart2/source/view/main/PropertyMapper.cxx
index 7f0e5d5c0477..5240872264e9 100644
--- a/chart2/source/view/main/PropertyMapper.cxx
+++ b/chart2/source/view/main/PropertyMapper.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "PropertyMapper.hxx"
-#include "macros.hxx"
+#include <PropertyMapper.hxx>
+#include <macros.hxx>
#include <unonames.hxx>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
diff --git a/chart2/source/view/main/ShapeFactory.cxx b/chart2/source/view/main/ShapeFactory.cxx
index 35c450eafe71..d6c408f583d4 100644
--- a/chart2/source/view/main/ShapeFactory.cxx
+++ b/chart2/source/view/main/ShapeFactory.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ShapeFactory.hxx"
-#include "ViewDefines.hxx"
-#include "Stripe.hxx"
-#include "CommonConverters.hxx"
-#include "macros.hxx"
-#include "RelativeSizeHelper.hxx"
-#include "PropertyMapper.hxx"
+#include <ShapeFactory.hxx>
+#include <ViewDefines.hxx>
+#include <Stripe.hxx>
+#include <CommonConverters.hxx>
+#include <macros.hxx>
+#include <RelativeSizeHelper.hxx>
+#include <PropertyMapper.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/drawing/CircleKind.hpp>
#include <com/sun/star/drawing/DoubleSequence.hpp>
diff --git a/chart2/source/view/main/Stripe.cxx b/chart2/source/view/main/Stripe.cxx
index 2373002dd336..4ed9995fe18d 100644
--- a/chart2/source/view/main/Stripe.cxx
+++ b/chart2/source/view/main/Stripe.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "Stripe.hxx"
-#include "CommonConverters.hxx"
+#include <Stripe.hxx>
+#include <CommonConverters.hxx>
#include <com/sun/star/drawing/PolyPolygonShape3D.hpp>
#include <com/sun/star/drawing/DoubleSequence.hpp>
#include <basegfx/polygon/b3dpolygon.hxx>
diff --git a/chart2/source/view/main/VButton.cxx b/chart2/source/view/main/VButton.cxx
index dfa2f6a19a92..4902d54ff750 100644
--- a/chart2/source/view/main/VButton.cxx
+++ b/chart2/source/view/main/VButton.cxx
@@ -9,7 +9,7 @@
#include "VButton.hxx"
-#include "AbstractShapeFactory.hxx"
+#include <AbstractShapeFactory.hxx>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/style/ParagraphAdjust.hpp>
@@ -18,9 +18,9 @@
#include <memory>
-#include "CommonConverters.hxx"
+#include <CommonConverters.hxx>
#include <editeng/unoprnms.hxx>
-#include "macros.hxx"
+#include <macros.hxx>
namespace chart
{
diff --git a/chart2/source/view/main/VDataSeries.cxx b/chart2/source/view/main/VDataSeries.cxx
index 09c8236840a9..a7b99992c39d 100644
--- a/chart2/source/view/main/VDataSeries.cxx
+++ b/chart2/source/view/main/VDataSeries.cxx
@@ -18,14 +18,14 @@
*/
#include <memory>
-#include "VDataSeries.hxx"
-#include "ObjectIdentifier.hxx"
-#include "macros.hxx"
-#include "CommonConverters.hxx"
-#include "LabelPositionHelper.hxx"
-#include "ChartTypeHelper.hxx"
-#include "DataSeriesHelper.hxx"
-#include "RegressionCurveHelper.hxx"
+#include <VDataSeries.hxx>
+#include <ObjectIdentifier.hxx>
+#include <macros.hxx>
+#include <CommonConverters.hxx>
+#include <LabelPositionHelper.hxx>
+#include <ChartTypeHelper.hxx>
+#include <DataSeriesHelper.hxx>
+#include <RegressionCurveHelper.hxx>
#include <unonames.hxx>
#include <com/sun/star/chart/MissingValueTreatment.hpp>
diff --git a/chart2/source/view/main/VLegend.cxx b/chart2/source/view/main/VLegend.cxx
index fa6b491027b0..af2b7afbfe52 100644
--- a/chart2/source/view/main/VLegend.cxx
+++ b/chart2/source/view/main/VLegend.cxx
@@ -19,15 +19,15 @@
#include "VLegend.hxx"
#include "VButton.hxx"
-#include "macros.hxx"
-#include "PropertyMapper.hxx"
-#include "CommonConverters.hxx"
-#include "ObjectIdentifier.hxx"
-#include "RelativePositionHelper.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "RelativeSizeHelper.hxx"
-#include "LegendEntryProvider.hxx"
-#include "chartview/DrawModelWrapper.hxx"
+#include <macros.hxx>
+#include <PropertyMapper.hxx>
+#include <CommonConverters.hxx>
+#include <ObjectIdentifier.hxx>
+#include <RelativePositionHelper.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <RelativeSizeHelper.hxx>
+#include <LegendEntryProvider.hxx>
+#include <chartview/DrawModelWrapper.hxx>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/chart2/source/view/main/VLegend.hxx b/chart2/source/view/main/VLegend.hxx
index 0f9a14b35639..cc430dfe28d8 100644
--- a/chart2/source/view/main/VLegend.hxx
+++ b/chart2/source/view/main/VLegend.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/Rectangle.hpp>
-#include "ChartModel.hxx"
+#include <ChartModel.hxx>
#include <vector>
diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx
index 326da900cf8b..17b1939e16ad 100644
--- a/chart2/source/view/main/VLegendSymbolFactory.cxx
+++ b/chart2/source/view/main/VLegendSymbolFactory.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "VLegendSymbolFactory.hxx"
-#include "macros.hxx"
-#include "PropertyMapper.hxx"
-#include "AbstractShapeFactory.hxx"
-#include "ObjectIdentifier.hxx"
+#include <VLegendSymbolFactory.hxx>
+#include <macros.hxx>
+#include <PropertyMapper.hxx>
+#include <AbstractShapeFactory.hxx>
+#include <ObjectIdentifier.hxx>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/chart2/Symbol.hpp>
diff --git a/chart2/source/view/main/VLineProperties.cxx b/chart2/source/view/main/VLineProperties.cxx
index 76cddf36f94c..1d30060ddcad 100644
--- a/chart2/source/view/main/VLineProperties.cxx
+++ b/chart2/source/view/main/VLineProperties.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "VLineProperties.hxx"
-#include "macros.hxx"
+#include <VLineProperties.hxx>
+#include <macros.hxx>
#include <com/sun/star/drawing/LineStyle.hpp>
namespace chart
diff --git a/chart2/source/view/main/VPolarTransformation.cxx b/chart2/source/view/main/VPolarTransformation.cxx
index 93d6aa26f975..0692c6130c56 100644
--- a/chart2/source/view/main/VPolarTransformation.cxx
+++ b/chart2/source/view/main/VPolarTransformation.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "VPolarTransformation.hxx"
-#include "ViewDefines.hxx"
-#include "CommonConverters.hxx"
+#include <VPolarTransformation.hxx>
+#include <ViewDefines.hxx>
+#include <CommonConverters.hxx>
#include <algorithm>
using namespace ::com::sun::star;
diff --git a/chart2/source/view/main/VTitle.cxx b/chart2/source/view/main/VTitle.cxx
index 4fafd1fccb01..ec723460cbf2 100644
--- a/chart2/source/view/main/VTitle.cxx
+++ b/chart2/source/view/main/VTitle.cxx
@@ -18,10 +18,10 @@
*/
#include "VTitle.hxx"
-#include "CommonConverters.hxx"
-#include "macros.hxx"
-#include "PropertyMapper.hxx"
-#include "AbstractShapeFactory.hxx"
+#include <CommonConverters.hxx>
+#include <macros.hxx>
+#include <PropertyMapper.hxx>
+#include <AbstractShapeFactory.hxx>
#include <com/sun/star/chart2/XFormattedString.hpp>
#include <rtl/math.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>