remove duplicate line
This looks wrong. Compared to ThesDummy_Impl::getLocales() it seems sane to remove the duplicate. Change-Id: I494b22039846da4d4e84d7f289e501d1315075bd
This commit is contained in:
@@ -176,7 +176,6 @@ sal_Bool SAL_CALL
|
||||
return xThes->hasLocale( rLocale );
|
||||
else if (!pLocaleSeq) // if not already loaded save startup time by avoiding loading them now
|
||||
GetCfgLocales();
|
||||
GetCfgLocales();
|
||||
sal_Bool bFound = sal_False;
|
||||
sal_Int32 nLen = pLocaleSeq->getLength();
|
||||
const Locale *pLocale = pLocaleSeq->getConstArray();
|
||||
|
Reference in New Issue
Block a user