summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorPaolo Bernardi <bernarpa@gmail.com>2015-11-30 15:43:27 +0100
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2015-11-30 21:00:25 +0000
commite7c78e67292ad93c6a4a0772d8b06a0e6e7d26c8 (patch)
tree3b4271f38b47de2ba0d6ca50033b6ddd3a3ebf39 /filter
parentbd781238696d99c2c9c7378c28435f08c3adf451 (diff)
Removed unused code found by cppcheck
Change-Id: I495c40af12a0f16b7f1b13736405489677b582af Reviewed-on: https://gerrit.libreoffice.org/20304 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 019d6e079501..430be20f86e9 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;