summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-13 12:26:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-13 12:26:02 +0200
commitb017f869e80993679d17e27b76c5c0edc1a22452 (patch)
tree8e9e9061e04f8ae5ac01b062e39bb404c1ba6861 /writerfilter
parent786cc8a5a3cd34329c72b867e5fd7896b10a7351 (diff)
loplugin:rangedforcopy
Change-Id: Ie3faef85382f7e23244e10362bfbe3469357dbfd
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index c92152775b89..081845fd841d 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -1178,7 +1178,7 @@ void StyleSheetTable::ApplyStyleSheets( const FontTablePtr& rFontTable )
}
// Update the styles that were created before their parents
- for( auto iter : aMissingParent )
+ for( auto const & iter : aMissingParent )
{
iter.second->setParentStyle( iter.first );
}