summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-26 20:51:44 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-26 20:24:49 +0000
commit6cb75e862cb6d7baaca4e7f553a4afe316281991 (patch)
tree98613cebf4dabf2a71a435d7a8cad856325868c3 /oox
parent38b051ad4e21127e34ce3865ed4374be0b5cae6d (diff)
cppcheck: unreadVariable
Change-Id: Id9d2fbe9b2d4040cc73c401f5558999604acf259 Reviewed-on: https://gerrit.libreoffice.org/34657 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/vml/vmlshape.cxx1
1 files changed, 0 insertions, 1 deletions
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 ) );
}