summaryrefslogtreecommitdiff
path: root/xmloff/source/meta/xmlmetae.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/meta/xmlmetae.cxx')
-rw-r--r--xmloff/source/meta/xmlmetae.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index c0c10e0247a8..2528d717d424 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -381,8 +381,8 @@ SvXMLMetaExport::startElement(const OUString & i_rName,
}
}
if (!found) {
- m_preservedNSs.push_back(beans::StringPair(name,
- i_xAttribs->getValueByIndex(i)));
+ m_preservedNSs.emplace_back(name,
+ i_xAttribs->getValueByIndex(i));
}
}
}