summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18nlangtag/source/isolang/inwnt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18nlangtag/source/isolang/inwnt.cxx b/i18nlangtag/source/isolang/inwnt.cxx
index 8521e5469924..6ad9b54e8630 100644
--- a/i18nlangtag/source/isolang/inwnt.cxx
+++ b/i18nlangtag/source/isolang/inwnt.cxx
@@ -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();