summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:17:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:15:58 +0200
commit22ef2a15bb5cae4b877449237bb8d3e41f2d49db (patch)
tree170b77935be16e2d4bdb8fd72e0fa576d4f68ea0 /chart2
parentc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (diff)
Fixing "...."
Change-Id: Id005a7531d546dd43de13b49bcb3e93081c5ad8d Reviewed-on: https://gerrit.libreoffice.org/78679 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/UncachedDataSequence.hxx2
-rw-r--r--chart2/source/view/inc/VSeriesPlotter.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/UncachedDataSequence.hxx b/chart2/source/inc/UncachedDataSequence.hxx
index f9a910a4803c..c9d7e915de72 100644
--- a/chart2/source/inc/UncachedDataSequence.hxx
+++ b/chart2/source/inc/UncachedDataSequence.hxx
@@ -64,7 +64,7 @@ typedef ::cppu::WeakComponentImplHelper<
* the internal data table.
*
* <p>A range representation can be either '0', '1', '2', ..., or 'label 1',
- * 'label 2', ....</p>
+ * 'label 2', ...</p>
*/
class UncachedDataSequence final :
public ::comphelper::OMutexAndBroadcastHelper,
diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx
index 572e428ac14a..7b799eb9c4bf 100644
--- a/chart2/source/view/inc/VSeriesPlotter.hxx
+++ b/chart2/source/view/inc/VSeriesPlotter.hxx
@@ -231,7 +231,7 @@ public:
std::vector< VDataSeries* > getAllSeries();
- // This method creates a series plotter of the requested type; e.g. : return new PieChart ....
+ // This method creates a series plotter of the requested type; e.g. : return new PieChart...
static VSeriesPlotter* createSeriesPlotter( const css::uno::Reference< css::chart2::XChartType >& xChartTypeModel
, sal_Int32 nDimensionCount
, bool bExcludingPositioning /*for pie and donut charts labels and exploded segments are excluded from the given size*/);