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

Paolo Bernardi bernarpa at gmail.com
Mon Nov 30 13:00:45 PST 2015


 filter/source/msfilter/msdffimp.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit e7c78e67292ad93c6a4a0772d8b06a0e6e7d26c8
Author: Paolo Bernardi <bernarpa at gmail.com>
Date:   Mon Nov 30 15:43:27 2015 +0100

    Removed unused code found by cppcheck
    
    Change-Id: I495c40af12a0f16b7f1b13736405489677b582af
    Reviewed-on: https://gerrit.libreoffice.org/20304
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>

diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 019d6e0..430be20 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -1532,10 +1532,6 @@ void DffPropertyReader::ApplyCustomShapeGeometryAttributes( SvStream& rIn, SfxIt
     // creating SdrCustomShapeGeometryItem
 
     typedef std::vector< beans::PropertyValue > PropVec;
-    typedef PropVec::iterator PropVecIter;
-    PropVecIter aIter;
-    PropVecIter aEnd;
-
 
     // aPropVec will be filled with all PropertyValues
     PropVec aPropVec;


More information about the Libreoffice-commits mailing list