summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptinanimations.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-15 12:53:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-15 20:22:34 +0200
commit2a6f30194afb745df7412b95b53f8165b237da71 (patch)
tree7d7e99066931addf8bd3908f1c8fb7c47b38c4ac /sd/source/filter/ppt/pptinanimations.cxx
parentf23f9d38db7e0b586130af88c7424cc3d85bc2d2 (diff)
loplugin:sequenceloop in sd
Change-Id: Ibd809c8e48cd08123194071bf6f179a836f84cde Reviewed-on: https://gerrit.libreoffice.org/77525 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/filter/ppt/pptinanimations.cxx')
-rw-r--r--sd/source/filter/ppt/pptinanimations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptinanimations.cxx b/sd/source/filter/ppt/pptinanimations.cxx
index 6967bde74689..abf16b9cb41c 100644
--- a/sd/source/filter/ppt/pptinanimations.cxx
+++ b/sd/source/filter/ppt/pptinanimations.cxx
@@ -553,7 +553,7 @@ bool AnimationImporter::convertAnimationNode( const Reference< XAnimationNode >&
bool bAfterEffect = false;
sal_Int32 nMasterRel = 0;
- for( const NamedValue& rValue : aUserData )
+ for( const NamedValue& rValue : std::as_const(aUserData) )
{
if ( rValue.Name == "after-effect" )
{