summaryrefslogtreecommitdiffstats
path: root/chart2/source/view/charttypes
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-01-30 16:46:16 +0100
committerTaichi Haradaguchi <20001722@ymail.ne.jp>2024-01-30 23:59:55 +0100
commitdfcdef6d94993131b5f150d00d08cc81a987eebb (patch)
treebfe22ea2d78ca099313b4987ce31940ee97f5113 /chart2/source/view/charttypes
parentPass the_self by const ref in Embind wrapper functions (diff)
downloadcore-dfcdef6d94993131b5f150d00d08cc81a987eebb.tar.gz
core-dfcdef6d94993131b5f150d00d08cc81a987eebb.zip
Fix typo
Change-Id: I384f3c97286a5b336d44df42e911870100542198 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162766 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'chart2/source/view/charttypes')
-rw-r--r--chart2/source/view/charttypes/PieChart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 3635ea3fd3bc..2d72da5f5886 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -468,7 +468,7 @@ void PieChart::createTextLabelShape(
*
* Therefore, handle this by making the label as small as possible.
*
- * Complication (tdf122765.pptx): it is possiible for the aOuterPosition
+ * Complication (tdf122765.pptx): it is possible for the aOuterPosition
* to be outside of the available outer rectangle (somehow),
* so in that bizarre case just try the positive value of the result...
*/