From 6cb75e862cb6d7baaca4e7f553a4afe316281991 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 26 Feb 2017 20:51:44 +0100 Subject: cppcheck: unreadVariable Change-Id: Id9d2fbe9b2d4040cc73c401f5558999604acf259 Reviewed-on: https://gerrit.libreoffice.org/34657 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- oox/source/vml/vmlshape.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox') diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index ad44bcf56d76..9c2f4277cb0f 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -812,7 +812,6 @@ Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes { aPropSequence [nPropertyIndex].Name = "MirroredY"; aPropSequence [nPropertyIndex].Value = makeAny (bFlipY); - nPropertyIndex++; } aPropertySet.setAnyProperty(PROP_CustomShapeGeometry, makeAny( aPropSequence ) ); } -- cgit