filter/source/msfilter/msdffimp.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit e7c78e67292ad93c6a4a0772d8b06a0e6e7d26c8 Author: Paolo Bernardi <[email protected]> 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 <[email protected]> Reviewed-by: Riccardo Magliocchetti <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
