diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-01 19:50:22 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2012-07-01 19:50:22 +0200 |
commit | a4a4bde34e5e3f60143ca8d5ae053237da18712e (patch) | |
tree | 060045bd639be6599a147a54de8758bf301ae0a6 /svx | |
parent | 160f62dff2f040ceaf306819d0c67fb111037b2d (diff) |
Cleanup in ExternalEdit
Change-Id: I989888693620eecdc6a774feda864b14c76686a5
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/core/extedit.cxx | 2 |
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); |