[Libreoffice-commits] core.git: i18nlangtag/source

Eike Rathke erack at redhat.com
Sat Sep 21 08:26:18 PDT 2013


 i18nlangtag/source/languagetag/languagetag.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f814795ac9e90414a00bdff754f9dd7810382e63
Author: Eike Rathke <erack at redhat.com>
Date:   Sat Sep 21 17:23:04 2013 +0200

    default ctor LangID acutally is initialized
    
    So make registerImpl() use theDontKnow instead of creating temporary
    instances.
    
    Change-Id: Ibd10a80da5dd4355c33cf525b21158ec56a1360e

diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index 9ad4155..a194f4f 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -499,7 +499,7 @@ LanguageTag::LanguageTag()
         mbSystemLocale( false),
         mbInitializedBcp47( false),
         mbInitializedLocale( false),
-        mbInitializedLangID( false),
+        mbInitializedLangID( true),
         mbIsFallback( false)
 {
 }


More information about the Libreoffice-commits mailing list