Kaydet (Commit) 8d77bc56 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I24a82ffcd060c72aeddddd76c4c5fe667d75f79b
Reviewed-on: https://gerrit.libreoffice.org/53833Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 65b7024b
...@@ -1096,7 +1096,7 @@ bool SvNumberFormatter::IsNumberFormat(const OUString& sString, ...@@ -1096,7 +1096,7 @@ bool SvNumberFormatter::IsNumberFormat(const OUString& sString,
} }
ChangeIntl(pFormat->GetLanguage()); ChangeIntl(pFormat->GetLanguage());
// Avoid scanner overhead with the General format of any locale. // 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) if ((F_Index % SV_COUNTRY_LANGUAGE_OFFSET) == 0)
{ {
assert(FType == SvNumFormatType::NUMBER); assert(FType == SvNumFormatType::NUMBER);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment