summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/property_meta_data.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/property_meta_data.cxx')
-rw-r--r--xmloff/source/forms/property_meta_data.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/property_meta_data.cxx b/xmloff/source/forms/property_meta_data.cxx
index 3a8c8dabea28..7da6f4974bec 100644
--- a/xmloff/source/forms/property_meta_data.cxx
+++ b/xmloff/source/forms/property_meta_data.cxx
@@ -143,7 +143,7 @@ namespace xmloff { namespace metadata
while ( !desc->propertyName.isEmpty() )
{
if ( desc->propertyGroup != NO_GROUP )
- s_attributeGroups.insert( AttributeGroups::value_type( desc->attribute, desc->propertyGroup ) );
+ s_attributeGroups.emplace( desc->attribute, desc->propertyGroup );
++desc;
}
}