sw/source/filter/ww8/docxattributeoutput.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b9f5a7929910951a72372c8d56fcae605146477 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Sep 14 11:36:21 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Sep 14 12:56:17 2023 +0200 Fix typo Change-Id: Ifb3a875b0079f43d5b0f121992ca66180beb2ea9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156913 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx index 88fbeeaf740f..28eb32caf884 100644 --- a/sw/source/filter/ww8/docxattributeoutput.hxx +++ b/sw/source/filter/ww8/docxattributeoutput.hxx @@ -516,7 +516,7 @@ private: FontPitch pitch ); /** - * Translate an ico value to the corresponding HighlightColorValues enumaration item + * Translate an ico value to the corresponding HighlightColorValues enumeration item * * @param[in] nIco ico value [0..16] * @return color name (e.g. "red"), if color is inside [1..16] range
