Cleanup in ExternalEdit
Change-Id: I989888693620eecdc6a774feda864b14c76686a5
This commit is contained in:
parent
160f62dff2
commit
a4a4bde34e
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue