From 4e2cc5ff38470719ebfca6acd527e399f1148628 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 22 Feb 2023 14:43:32 +0100 Subject: Fix typo Change-Id: I3e8fcc5135fb5adfa9f043233ca628f244ea35f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147477 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- oox/source/drawingml/fontworkhelpers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') 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) -- cgit