loplugin:unnecessaryparen: i18nlangtag (clang-cl)
Change-Id: I77d010932d8d56ce295a88d63bee96a9219d4a4d
This commit is contained in:
parent
75d5767e68
commit
832f3e3dfd
1 changed files with 2 additions and 2 deletions
|
@ -60,12 +60,12 @@ static void getPlatformSystemLanguageImpl( LanguageType& rSystemLanguage,
|
|||
{
|
||||
LANGID nLangId;
|
||||
|
||||
nLangId = (pGetUserDefault)();
|
||||
nLangId = pGetUserDefault();
|
||||
nLang = GetSVLang( nLangId );
|
||||
|
||||
if ( nLang == LANGUAGE_DONTKNOW )
|
||||
{
|
||||
nLangId = (pGetSystemDefault)();
|
||||
nLangId = pGetSystemDefault();
|
||||
nLang = GetSVLang( nLangId );
|
||||
}
|
||||
OSL_DOUBLE_CHECKED_LOCKING_MEMORY_BARRIER();
|
||||
|
|
Loading…
Reference in a new issue