diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 17:48:08 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 17:59:39 +0100 |
commit | e39c551c6133d0ff2b7074f64ea66563ebcce14b (patch) | |
tree | c7f7d8cce7453c347fea41c1c641cbc722685674 /editeng | |
parent | 568b3bdb9b20bd2de68dc2760b69594a9b52ba43 (diff) |
remove duplicate line
This looks wrong. Compared to ThesDummy_Impl::getLocales() it seems
sane to remove the duplicate.
Change-Id: I494b22039846da4d4e84d7f289e501d1315075bd
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 19febd471fac..48ba83880628 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -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(); |