diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:57:58 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-09 04:57:58 +0200 |
commit | 3770bbbdba912b8a83d79842828a4b30894b4c70 (patch) | |
tree | 38b35704d341a92a3d2523149e35c8710568a0d5 /chart2 | |
parent | 13887f48480929fcfc94f373e3210dd7c695a14f (diff) |
Remove superfluous empty lines on top
More than two lines are removed for readability.
Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartRenderer.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/charttypes/AreaChart.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/charttypes/BarChart.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/charttypes/PieChart.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/charttypes/Splines.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/charttypes/VSeriesPlotter.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 2 | ||||
-rw-r--r-- | chart2/source/view/main/Clipping.cxx | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/chart2/source/controller/main/ChartRenderer.cxx b/chart2/source/controller/main/ChartRenderer.cxx index a6179c13f806..a3eb1d02fe2e 100644 --- a/chart2/source/controller/main/ChartRenderer.cxx +++ b/chart2/source/controller/main/ChartRenderer.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "ChartRenderer.hxx" #include "servicenames.hxx" #include "chartview/ExplicitValueProvider.hxx" diff --git a/chart2/source/view/charttypes/AreaChart.cxx b/chart2/source/view/charttypes/AreaChart.cxx index 0d8b299c3b30..1d1ff9c6f021 100644 --- a/chart2/source/view/charttypes/AreaChart.cxx +++ b/chart2/source/view/charttypes/AreaChart.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "AreaChart.hxx" #include "PlottingPositionHelper.hxx" #include "ShapeFactory.hxx" diff --git a/chart2/source/view/charttypes/BarChart.cxx b/chart2/source/view/charttypes/BarChart.cxx index 232a0bf49285..244b5bf5c2d5 100644 --- a/chart2/source/view/charttypes/BarChart.cxx +++ b/chart2/source/view/charttypes/BarChart.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "BarChart.hxx" #include "ShapeFactory.hxx" #include "CommonConverters.hxx" diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx index 5e7e1676267c..5727db4df05b 100644 --- a/chart2/source/view/charttypes/PieChart.cxx +++ b/chart2/source/view/charttypes/PieChart.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "PieChart.hxx" #include "PlottingPositionHelper.hxx" #include "ShapeFactory.hxx" diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx index 5f29c41e365c..f67d8753a496 100644 --- a/chart2/source/view/charttypes/Splines.cxx +++ b/chart2/source/view/charttypes/Splines.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "Splines.hxx" #include <rtl/math.hxx> diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx index f1194f03a101..d39bb35ca38e 100644 --- a/chart2/source/view/charttypes/VSeriesPlotter.cxx +++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "VSeriesPlotter.hxx" #include "ShapeFactory.hxx" #include "chartview/ExplicitValueProvider.hxx" diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 7aaa32deaf19..0d21ebe4352f 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "ChartView.hxx" #include "chartview/DrawModelWrapper.hxx" #include "NumberFormatterWrapper.hxx" diff --git a/chart2/source/view/main/Clipping.cxx b/chart2/source/view/main/Clipping.cxx index d2fc334de1cb..2b070b53f011 100644 --- a/chart2/source/view/main/Clipping.cxx +++ b/chart2/source/view/main/Clipping.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ - - #include "Clipping.hxx" #include "CommonConverters.hxx" #include "BaseGFXHelper.hxx" |