summaryrefslogtreecommitdiff
path: root/unotools/source/config/lingucfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/lingucfg.cxx')
-rw-r--r--unotools/source/config/lingucfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx
index 2b28b2e44761..9f834f3bbbbe 100644
--- a/unotools/source/config/lingucfg.cxx
+++ b/unotools/source/config/lingucfg.cxx
@@ -1018,7 +1018,7 @@ std::vector< SvtLinguConfigDictionaryEntry > SvtLinguConfig::GetActiveDictionari
try
{
uno::Sequence< OUString > aElementNames;
- GetElementNamesFor( OUString(aG_Dictionaries), aElementNames );
+ GetElementNamesFor( aG_Dictionaries, aElementNames );
sal_Int32 nLen = aElementNames.getLength();
const OUString *pElementNames = aElementNames.getConstArray();