Kaydet (Commit) 641722e9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant

Change-Id: I972a8423f3751de50c95d83ddcefe449493ccf57
üst 9d9e5b40
...@@ -1219,7 +1219,7 @@ void SvXMLNumFmtElementContext::EndElement() ...@@ -1219,7 +1219,7 @@ void SvXMLNumFmtElementContext::EndElement()
// other second known calendar for a locale. // other second known calendar for a locale.
/* TODO: here only for zh-TW, handle for other locales as well. */ /* TODO: here only for zh-TW, handle for other locales as well. */
if ( rParent.HasEra() || if ( rParent.HasEra() ||
(sCalendar.equalsIgnoreAsciiCaseAscii("ROC") && (sCalendar.equalsIgnoreAsciiCase("ROC") &&
rParent.GetLocaleData().getLoadedLanguageTag().getBcp47() == "zh-TW")) rParent.GetLocaleData().getLoadedLanguageTag().getBcp47() == "zh-TW"))
{ {
rParent.AddNfKeyword( rParent.AddNfKeyword(
......
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