summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-22 22:47:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-25 13:31:29 +0000
commite593b3b38434d605fa450afdb7a58e06bc6f949a (patch)
tree5ad0c67e97df8a2b3a57f520466343551c715b22 /sw
parentf83a1f8e1ce005183983e10e57933e0f8141e02c (diff)
Improve description
Change-Id: Id1039c99f3a56a90aa69f05378428f0214df74a0 Reviewed-on: https://gerrit.libreoffice.org/5611 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/undo/unins.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/undo/unins.cxx b/sw/source/core/undo/unins.cxx
index dd7bde01d28d..5145aaa711f6 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 );