svx/source/core/extedit.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a4a4bde34e5e3f60143ca8d5ae053237da18712e
Author: Tomaž Vajngerl <[email protected]>
Date:   Sun Jul 1 19:50:22 2012 +0200

    Cleanup in ExternalEdit
    
    Change-Id: I989888693620eecdc6a774feda864b14c76686a5

diff --git a/svx/source/core/extedit.cxx b/svx/source/core/extedit.cxx
index c52d0cf..fce7021 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);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to