summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index cc89640da0cb..546af49b2df1 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -729,7 +729,7 @@ SmDocShell::~SmDocShell()
EndListening(*pp->GetConfig());
delete pEditEngine;
- delete pEditEngineItemPool;
+ SfxItemPool::Free(pEditEngineItemPool);
delete pTree;
delete pPrinter;
}