oox/source/drawingml/fontworkhelpers.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4e2cc5ff38470719ebfca6acd527e399f1148628
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Feb 22 14:43:32 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 22 14:01:34 2023 +0000

    Fix typo
    
    Change-Id: I3e8fcc5135fb5adfa9f043233ca628f244ea35f1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147477
    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 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)

Reply via email to