diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-09 14:01:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-11 05:43:01 +0000 |
commit | 125287c157e1d0db199f5e14364948181c572c11 (patch) | |
tree | 7d1a9e711655a9c8c6a04fd561e8ce0f03cb8101 /oox | |
parent | f69235a6f6578f3280a28560f6297c8ee6b797b8 (diff) |
Fix typo
Change-Id: I815a6871546a6010601054983560ecfb7ec21239
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148544
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/fontworkhelpers.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |