diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-22 14:43:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-22 14:01:34 +0000 |
commit | 4e2cc5ff38470719ebfca6acd527e399f1148628 (patch) | |
tree | 18e862e30856dcb527e9033fd70ed552d3c9c4a9 /oox | |
parent | a2d61d9ff7cb7e0e0a0cb97d606a3b43a518704e (diff) |
Fix typo
Change-Id: I3e8fcc5135fb5adfa9f043233ca628f244ea35f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147477
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 0e616eedcb48..d392cb4f1584 100644 --- a/oox/source/drawingml/fontworkhelpers.cxx +++ b/oox/source/drawingml/fontworkhelpers.cxx @@ -1046,7 +1046,7 @@ OUString lcl_getWMarkupStringForThemeColor(const model::ThemeColor& rThemeColor) return WColorNames[nClrNameIndex]; } -// Puts the value of the first occurancy of rType in rThemeColor into rValue and returns true. +// Puts the value of the first occurrence of rType in rThemeColor into rValue and returns true. // If such does not exist, rValue is unchanged and the method returns false. bool lcl_getThemeColorTransformationValue(const model::ThemeColor& rThemeColor, const model::TransformationType& rType, sal_Int16& rValue) |