diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index de7a808324e0..266adfd48048 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -1096,7 +1096,7 @@ bool SvNumberFormatter::IsNumberFormat(const OUString& sString, } ChangeIntl(pFormat->GetLanguage()); // Avoid scanner overhead with the General format of any locale. - // These are never substituded above so safe to ignore. + // These are never substituted above so safe to ignore. if ((F_Index % SV_COUNTRY_LANGUAGE_OFFSET) == 0) { assert(FType == SvNumFormatType::NUMBER); |