summaryrefslogtreecommitdiffstats
path: root/svtools/source/uno/unoimap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/unoimap.cxx')
-rw-r--r--svtools/source/uno/unoimap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx
index 096a141cc658..58f95496182f 100644
--- a/svtools/source/uno/unoimap.cxx
+++ b/svtools/source/uno/unoimap.cxx
@@ -579,7 +579,7 @@ void SAL_CALL SvUnoImageMap::insertByIndex( sal_Int32 nIndex, const Any& Element
throw IndexOutOfBoundsException();
if( nIndex == nCount )
- maObjectList.push_back( pObject );
+ maObjectList.emplace_back(pObject );
else
{
auto aIter = maObjectList.begin();