diff options
-rw-r--r-- | sc/source/core/data/documen2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index e92b6a8df847..264ae650b218 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -422,7 +422,7 @@ ScDocument::~ScDocument() // delete the EditEngine before destroying the xPoolHelper delete pCacheFieldEditEngine; - if ( xPoolHelper.is() && !bIsClip ) + if ( xPoolHelper.is() && !bIsClip && !bIsUndo) xPoolHelper->SourceDocumentGone(); xPoolHelper.clear(); |