summaryrefslogtreecommitdiff
path: root/unotools/source/config/lingucfg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 09:38:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 09:38:22 +0100
commit0f87f64fd0300ed9e219e5cfc12bb40433ee86e4 (patch)
tree27a89724558cb2c71da501639cb19c90092ca503 /unotools/source/config/lingucfg.cxx
parentd0e6388a217890016ea32619629c45709e8060f7 (diff)
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
Change-Id: I07e4b98ea03f9d5ddcf9c3f0bc0cba676a9155e8
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();