[Libreoffice-commits] .: svx/source

Tomaž Vajngerl tvajngerl at kemper.freedesktop.org
Sun Jul 1 10:51:11 PDT 2012


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

New commits:
commit a4a4bde34e5e3f60143ca8d5ae053237da18712e
Author: Tomaž Vajngerl <quikee at gmail.com>
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);


More information about the Libreoffice-commits mailing list