summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 10:07:54 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:07 +0200
commitb4824c891590ba78d084f155457d1246abfc638c (patch)
tree443dcde3bf95837bcf7228282b26b5cb5f1ed550 /sc
parentaca6fd651270227b44e3e67d6517b79bafb6229b (diff)
convert includes/sfx2/frame.hxx from String to OUString
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
Diffstat (limited to 'sc')
-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 ];
}
}