include/svl/numformat.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 670d07cc05b286e1f35b77b73a636ae259af5fb6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 15 12:06:26 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Apr 16 20:39:50 2022 +0200 Fix typo Change-Id: I3f2da2522f80fdcbbd377686032a1f8e919e4484 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133065 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/include/svl/numformat.hxx b/include/svl/numformat.hxx index 9cdb414346c5..2187810229aa 100644 --- a/include/svl/numformat.hxx +++ b/include/svl/numformat.hxx @@ -310,7 +310,7 @@ public: nFIndex, eType and pFormat (if not nullptr) are assumed to match each other / be of one format. The locale to use is obtained from pFormat, - if nullptr then LANGUAGE_SYSTEM is used. This can be overriden by + if nullptr then LANGUAGE_SYSTEM is used. This can be overridden by specifying eForLocale other than LANGUAGE_DONTKNOW. */ sal_uInt32 GetEditFormat(double fNumber, sal_uInt32 nFIndex, SvNumFormatType eType,