xmloff/source/style/xmlnumfi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 641722e9c6eda7f4bfe626ed6227c0906ef6afc6
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Sep 7 22:19:28 2016 +0200

    loplugin:stringconstant
    
    Change-Id: I972a8423f3751de50c95d83ddcefe449493ccf57

diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx
index 35ea3a7..1d94ea3 100644
--- a/xmloff/source/style/xmlnumfi.cxx
+++ b/xmloff/source/style/xmlnumfi.cxx
@@ -1219,7 +1219,7 @@ void SvXMLNumFmtElementContext::EndElement()
             // other second known calendar for a locale.
             /* TODO: here only for zh-TW, handle for other locales as well. */
             if ( rParent.HasEra() ||
-                    (sCalendar.equalsIgnoreAsciiCaseAscii("ROC") &&
+                    (sCalendar.equalsIgnoreAsciiCase("ROC") &&
                      rParent.GetLocaleData().getLoadedLanguageTag().getBcp47() 
== "zh-TW"))
             {
                 rParent.AddNfKeyword(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to