chart2/source/view/charttypes/PieChart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfcdef6d94993131b5f150d00d08cc81a987eebb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jan 30 16:46:16 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Jan 30 23:59:55 2024 +0100

    Fix typo
    
    Change-Id: I384f3c97286a5b336d44df42e911870100542198
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162766
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

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...
                  */

Reply via email to