From e593b3b38434d605fa450afdb7a58e06bc6f949a Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Thu, 22 Aug 2013 22:47:02 +0200 Subject: Improve description Change-Id: Id1039c99f3a56a90aa69f05378428f0214df74a0 Reviewed-on: https://gerrit.libreoffice.org/5611 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sw/source/core/undo/unins.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw') 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 ); -- cgit