summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/html/htmlpars.cxx')
-rw-r--r--sc/source/filter/html/htmlpars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 11795a5ff086..d5b406c1e0e6 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -177,7 +177,7 @@ void ScHTMLStyles::insertProp(
}
PropsType *const pProps = itr->second.get();
- pProps->insert(PropsType::value_type(aProp, aValue));
+ pProps->emplace(aProp, aValue);
}
// BASE class for HTML parser classes