[Libreoffice-commits] core.git: sw/source

Matteo Casalin matteo.casalin at yahoo.com
Sun Aug 25 06:31:54 PDT 2013


 sw/source/core/undo/unins.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e593b3b38434d605fa450afdb7a58e06bc6f949a
Author: Matteo Casalin <matteo.casalin at yahoo.com>
Date:   Thu Aug 22 22:47:02 2013 +0200

    Improve description
    
    Change-Id: Id1039c99f3a56a90aa69f05378428f0214df74a0
    Reviewed-on: https://gerrit.libreoffice.org/5611
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx
index dd7bde0..5145aaa 100644
--- a/sw/source/core/undo/unins.cxx
+++ b/sw/source/core/undo/unins.cxx
@@ -842,8 +842,9 @@ void SwUndoReRead::SetAndSave(::sw::UndoRedoContext & rContext)
     OUString* pOldNm = pNm;
     OUString* pOldFltr = pFltr;
     sal_uInt16 nOldMirr = nMirr;
-
+    // since all of them are cleared/modified by SaveGraphicData:
     SaveGraphicData( *pGrfNd );
+
     if( pOldNm )
     {
         pGrfNd->ReRead( *pOldNm, pFltr ? *pFltr : OUString(), 0, 0, sal_True );


More information about the Libreoffice-commits mailing list