summaryrefslogtreecommitdiff
path: root/xmloff/source/style/SinglePropertySetInfoCache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/SinglePropertySetInfoCache.cxx')
-rw-r--r--xmloff/source/style/SinglePropertySetInfoCache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/SinglePropertySetInfoCache.cxx b/xmloff/source/style/SinglePropertySetInfoCache.cxx
index e1ca7281ee29..ee0e890f112c 100644
--- a/xmloff/source/style/SinglePropertySetInfoCache.cxx
+++ b/xmloff/source/style/SinglePropertySetInfoCache.cxx
@@ -45,7 +45,7 @@ bool SinglePropertySetInfoCache::hasProperty(
rPropSetInfo = xWeakInfo;
if( rPropSetInfo.is() )
{
- map_.insert(Map::value_type(rPropSetInfo, bRet));
+ map_.emplace(rPropSetInfo, bRet);
}
return bRet;
}