summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/core/extedit.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/core/extedit.cxx b/svx/source/core/extedit.cxx
index c52d0cfc5ab0..fce702114089 100644
--- a/svx/source/core/extedit.cxx
+++ b/svx/source/core/extedit.cxx
@@ -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);