diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-01-30 16:46:16 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-01-30 23:59:55 +0100 |
commit | dfcdef6d94993131b5f150d00d08cc81a987eebb (patch) | |
tree | bfe22ea2d78ca099313b4987ce31940ee97f5113 | |
parent | 9f236a078cd179835b8c651990e3afecee6170ca (diff) |
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>
-rw-r--r-- | chart2/source/view/charttypes/PieChart.cxx | 2 |
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... */ |