summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-09-18 23:37:36 +0200
committerEike Rathke <erack@redhat.com>2013-09-18 23:38:03 +0200
commit9650bd951305211dcd84b04969654f672d8f63e4 (patch)
tree7e2207cb7afa5d88bd03664343e47df31d317e94 /i18nlangtag
parent0194900585b142d390ca7695c0730fdf37866f89 (diff)
sync from possible intermediate steps
Change-Id: Ifeb670356184b1f613ad85705fded848072416b1
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index a366c7289820..2bfe93698ff0 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -938,6 +938,8 @@ void LanguageTag::convertBcp47ToLang()
{
LanguageTagImpl* pImpl = getImpl();
pImpl->convertBcp47ToLang();
+ maLocale = pImpl->maLocale;
+ mbInitializedLocale = pImpl->mbInitializedLocale;
mnLangID = pImpl->mnLangID;
mbInitializedLangID = pImpl->mbInitializedLangID;
}
@@ -978,6 +980,8 @@ void LanguageTag::convertLangToBcp47()
{
LanguageTagImpl* pImpl = getImpl();
pImpl->convertLangToBcp47();
+ maLocale = pImpl->maLocale;
+ mbInitializedLocale = pImpl->mbInitializedLocale;
maBcp47 = pImpl->maBcp47;
mbInitializedBcp47 = pImpl->mbInitializedBcp47;
}