[Libreoffice-commits] core.git: oox/source

Julien Nabet serval2412 at yahoo.fr
Sun Feb 26 20:25:14 UTC 2017


 oox/source/vml/vmlshape.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6cb75e862cb6d7baaca4e7f553a4afe316281991
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Feb 26 20:51:44 2017 +0100

    cppcheck: unreadVariable
    
    Change-Id: Id9d2fbe9b2d4040cc73c401f5558999604acf259
    Reviewed-on: https://gerrit.libreoffice.org/34657
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx
index ad44bcf..9c2f427 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 ) );
         }


More information about the Libreoffice-commits mailing list