diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index 3ea020a86e72..1da5e8212615 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -416,6 +416,7 @@ SvXMLImport::~SvXMLImport() throw () // class dtors are full of application logic while (!maFastContexts.empty()) { maFastContexts.pop(); } while (!maContexts.empty()) { maContexts.pop(); } + DisposingModel(); } namespace |