diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-03 15:40:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-06 11:29:45 +0100 |
commit | 744903b8c8c5a31d304a3191869b7bd76000f36c (patch) | |
tree | eff6a31e195c21eee7f87297ca95abdc1df8f3c2 /chart2 | |
parent | afa6a774936c34b09b37ab8539193ac529681798 (diff) |
Removed redundant semicolons
Change-Id: Ife14b8c3f7d121deb390deb5f405dd42d3016acf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86156
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/VSeriesPlotter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/VSeriesPlotter.cxx b/chart2/source/view/charttypes/VSeriesPlotter.cxx index 8189ece987e9..34036f3dd0ed 100644 --- a/chart2/source/view/charttypes/VSeriesPlotter.cxx +++ b/chart2/source/view/charttypes/VSeriesPlotter.cxx @@ -2570,7 +2570,7 @@ Reference< drawing::XShape > VSeriesPlotter::createLegendSymbolForSeries( break; default: break; - }; + } Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, xTarget, eLegendSymbolStyle, xShapeFactory , rSeries.getPropertiesOfSeries(), ePropType, aExplicitSymbol )); @@ -2601,7 +2601,7 @@ Reference< drawing::XShape > VSeriesPlotter::createLegendSymbolForPoint( break; default: break; - }; + } // the default properties for the data point are the data series properties. // If a data point has own attributes overwrite them |