diff options
Diffstat (limited to 'xmloff/source/text/XMLRedlineExport.cxx')
-rw-r--r-- | xmloff/source/text/XMLRedlineExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx index 33ddcdb17902..e0c60d8b76d2 100644 --- a/xmloff/source/text/XMLRedlineExport.cxx +++ b/xmloff/source/text/XMLRedlineExport.cxx @@ -571,7 +571,7 @@ void XMLRedlineExport::ExportStartOrEndRedline( bool bIsStart = true; OUString sId; bool bIdOK = false; // have we seen an ID? - for(const auto& rValue : std::as_const(aValues)) + for (const auto& rValue : aValues) { if (rValue.Name == "RedlineIdentifier") { |