diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-27 10:07:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:07 +0200 |
commit | b4824c891590ba78d084f155457d1246abfc638c (patch) | |
tree | 443dcde3bf95837bcf7228282b26b5cb5f1ed550 /sd | |
parent | aca6fd651270227b44e3e67d6517b79bafb6229b (diff) |
convert includes/sfx2/frame.hxx from String to OUString
Change-Id: Ia69548250beb2896cab8c19fe2e635fdc9162f4d
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/drviewsc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index 3649dea72fc9..4cdcdfc127b3 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -350,8 +350,6 @@ void DrawViewShell::UpdateIMapDlg( SdrObject* pObj ) // We can delete the target list if ( pTargetList ) { - for ( size_t i = 0, n = pTargetList->size(); i < n; ++i ) - delete pTargetList->at( i ); delete pTargetList; } } |