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:
Thomas Arnhold
2013-02-25 17:48:08 +01:00
parent 568b3bdb9b
commit e39c551c61

View File

@@ -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();