summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf/eeimpars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/rtf/eeimpars.cxx')
-rw-r--r--sc/source/filter/rtf/eeimpars.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/rtf/eeimpars.cxx b/sc/source/filter/rtf/eeimpars.cxx
index 6511a806e295..b4aee6644918 100644
--- a/sc/source/filter/rtf/eeimpars.cxx
+++ b/sc/source/filter/rtf/eeimpars.cxx
@@ -637,8 +637,8 @@ ScEEParser::~ScEEParser()
// Don't delete Pool until the lists have been deleted
pPool->SetSecondaryPool( nullptr );
- pDocPool.reset();
- pPool.reset();
+ pDocPool.clear();
+ pPool.clear();
}
void ScEEParser::NewActEntry( const ScEEParseEntry* pE )