Cleanup in ExternalEdit

Change-Id: I989888693620eecdc6a774feda864b14c76686a5
This commit is contained in:
Tomaž Vajngerl 2012-07-01 19:50:22 +02:00
parent 160f62dff2
commit a4a4bde34e

View file

@ -62,8 +62,6 @@ void ExternalToolEdit::HandleCloseEvent(ExternalToolEdit* pData)
GraphicConverter::Import(*pStream, newGraphic);
// Now update the Graphic in the shell by re-reading from the newGraphic
// TODO: Make this action Undoable !
//rSh->ReRead(aEmptyStr, aEmptyStr, (const Graphic*) &newGraphic);
pData->Update( newGraphic );
delete(pStream);