summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-25 17:48:08 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-25 17:59:39 +0100
commite39c551c6133d0ff2b7074f64ea66563ebcce14b (patch)
treec7f7d8cce7453c347fea41c1c641cbc722685674 /editeng
parent568b3bdb9b20bd2de68dc2760b69594a9b52ba43 (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.cxx1
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();