summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/view/drawvie3.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/drawvie3.cxx b/sc/source/ui/view/drawvie3.cxx
index f65a0d40237d..6d38e04b6fe4 100644
--- a/sc/source/ui/view/drawvie3.cxx
+++ b/sc/source/ui/view/drawvie3.cxx
@@ -219,10 +219,6 @@ void ScDrawView::UpdateIMap( SdrObject* pObj )
}
ScIMapDlgSet( aGraphic, pImageMap, &aTargetList, pObj ); // aus imapwrap
-
- // TargetListe kann von uns wieder geloescht werden
- for ( size_t i = 0, n = aTargetList.size(); i < n; ++i )
- delete aTargetList[ i ];
}
}