summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-06-08 10:29:27 +0200
committerJan Holesovsky <kendy@collabora.com>2015-06-08 10:29:27 +0200
commit9535d5d1fdbd1a529e4d7a6b5e3df6c551465364 (patch)
tree0344de7b215178edb21c39afef8f7bf8a57ddd45 /chart2
parentb0168403e2d090777b16bfcda742fce947dd136d (diff)
\<the the\> -> the
Change-Id: I9d820446411eb7dfca37bb3baf5e994f4ba6f421
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/charttypes/PieChart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 4ba5ce7a377f..dca4f20136b0 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -124,7 +124,7 @@ PiePositionHelper::~PiePositionHelper()
* inner_radius = (ring_index + 1) - 0.5 + max_offset,
* outer_radius = (ring_index + 1) + 0.5 + max_offset.
* When orientation for the radius axis is reversed these values are swapped.
- * (Indeed the the orientation for the radius axis is always reversed!
+ * (Indeed the orientation for the radius axis is always reversed!
* See `PieChartTypeTemplate::adaptScales`.)
* The maximum relative offset (see notes for P`ieChart::getMaxOffset`) is
* added to both the inner and the outer radius.
@@ -556,7 +556,7 @@ void PieChart::createShapes()
bool bHasFillColorMapping = pSeries->hasPropertyMapping("FillColor");
- /// The angle degree offset is set by the the same property of the
+ /// The angle degree offset is set by the same property of the
/// data series.
/// Counter-clockwise offset from the 3 o'clock position.
m_pPosHelper->m_fAngleDegreeOffset = pSeries->getStartingAngle();