oox/source/drawingml/fontworkhelpers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 125287c157e1d0db199f5e14364948181c572c11 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Mar 9 14:01:38 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Mar 11 05:43:01 2023 +0000 Fix typo Change-Id: I815a6871546a6010601054983560ecfb7ec21239 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148544 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/oox/source/drawingml/fontworkhelpers.cxx b/oox/source/drawingml/fontworkhelpers.cxx index 403dceb4788e..e29ecf4a61e3 100644 --- a/oox/source/drawingml/fontworkhelpers.cxx +++ b/oox/source/drawingml/fontworkhelpers.cxx @@ -1223,7 +1223,7 @@ lcl_createGradientStopColor(const uno::Reference<beans::XPropertySet>& rXPropSet const awt::Gradient& rTransparenceGradient, const bool& rbHasTransparenceGradient, const sal_Int32& rnPos) { - // Component mnValue of Tranformation struct is in 1/100th percent (e.g 80% = 8000) in range + // Component mnValue of Transformation struct is in 1/100th percent (e.g 80% = 8000) in range // -10000 to +10000. Constants are used in converting from API values below. constexpr sal_Int16 nFactorToHthPerc = 100; constexpr sal_Int16 nMaxHthPerc = 10000;