Kaydet (Commit) 90698b5f authored tarafından Eike Rathke's avatar Eike Rathke

always sync after canonicalize

Change-Id: I96936330f787d9256383f73e17983e4950579160
üst 9650bd95
......@@ -597,7 +597,10 @@ void LanguageTag::reset( const OUString & rBcp47LanguageTag, bool bCanonicalize
mbInitializedBcp47 = !mbSystemLocale;
if (bCanonicalize)
getImpl()->canonicalize();
{
if (getImpl()->canonicalize())
syncFromImpl();
}
}
......
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