summaryrefslogtreecommitdiffstats
path: root/svx/source/xml/xmlxtimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xml/xmlxtimp.cxx')
-rw-r--r--svx/source/xml/xmlxtimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx
index f3d0785e0fdb..9bf7b6996b43 100644
--- a/svx/source/xml/xmlxtimp.cxx
+++ b/svx/source/xml/xmlxtimp.cxx
@@ -142,7 +142,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler >
try
{
rtl::Reference<sax_fastparser::FastAttributeList> xFastList = new sax_fastparser::FastAttributeList(nullptr);
- for (auto& aIter : aTmpAttrList)
+ for (const auto& aIter : aTmpAttrList)
xFastList->add(aIter.first, aIter.second);
Any aAny;