diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-20 15:55:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-20 16:57:05 +0200 |
commit | 7ae43f63aad28c2cabb7cde6ea308055133fbde8 (patch) | |
tree | 26b244b295d518419243b7b7dd99429c5b796309 /xmloff/source/transform/ChartPlotAreaOOoTContext.cxx | |
parent | 3e52f67c49b5cde7661d0cca2ea72ff10d55a12c (diff) |
loplugin:constvars in writerfilter..xmlscript
Change-Id: I5a318632bcc575ea7e476ec0fb74c905b252ecdd
Reviewed-on: https://gerrit.libreoffice.org/77829
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/transform/ChartPlotAreaOOoTContext.cxx')
-rw-r--r-- | xmloff/source/transform/ChartPlotAreaOOoTContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx b/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx index 770cf41f531c..76a732799daf 100644 --- a/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx +++ b/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx @@ -141,7 +141,7 @@ rtl::Reference<XMLTransformerContext> XMLChartPlotAreaOOoTContext::CreateChildCo bool bFound =false; // iterate over axis elements - for( auto& rChildContext : m_aChildContexts ) + for( const auto& rChildContext : m_aChildContexts ) { XMLAxisOOoContext * pAxisContext = rChildContext.get(); if( pAxisContext != nullptr ) |