include/docmodel/styles/ChartStyle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8023d9a3c1938ecc5448799bcf8fac9d71758ddb Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Sep 22 17:44:46 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon Sep 22 23:30:20 2025 +0200 Fix typo Change-Id: I4e7b5365dcfb27dd5d0d4de0d092f74b5791583b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191364 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/include/docmodel/styles/ChartStyle.hxx b/include/docmodel/styles/ChartStyle.hxx index a5a7155421ba..b2e6af4544df 100644 --- a/include/docmodel/styles/ChartStyle.hxx +++ b/include/docmodel/styles/ChartStyle.hxx @@ -60,7 +60,7 @@ struct FontOrStyleRef // of course is also a string, but is considered special). So we // need to try to convert the input string to an integer, and handle // it as an int if we can. OUString provides toInt(), but it returns - // 0 in the case of failure, which is eminently unhelpful, sinze 0 + // 0 in the case of failure, which is eminently unhelpful, since 0 // is a perfectly acceptable value. So convert it to a // std::basic_string, which has stoi(), which throws if it can't do // the conversion.
