summaryrefslogtreecommitdiff
path: root/linguistic/source/thesdsp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/thesdsp.cxx')
-rw-r--r--linguistic/source/thesdsp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/thesdsp.cxx b/linguistic/source/thesdsp.cxx
index 2ffe3642e324..f4c21bfdf524 100644
--- a/linguistic/source/thesdsp.cxx
+++ b/linguistic/source/thesdsp.cxx
@@ -213,7 +213,7 @@ void ThesaurusDispatcher::SetServiceList( const Locale &rLocale,
{
auto pTmpEntry = std::make_shared<LangSvcEntries_Thes>( rSvcImplNames );
pTmpEntry->aSvcRefs = Sequence< Reference < XThesaurus > >( nLen );
- aSvcMap[ nLanguage ] = pTmpEntry;
+ aSvcMap[ nLanguage ] = std::move(pTmpEntry);
}
}
}