Update ooo320-m1
[ooovba.git] / applied_patches / 0144-calc-filter-xml-free-context.diff
blob6b8d386f6de9db5e703ca321c4dd7ce25debef32
1 Index: sc/source/filter/xml/xmlannoi.cxx
2 ===================================================================
3 --- sc/source/filter/xml/xmlannoi.cxx (revision 265800)
4 +++ sc/source/filter/xml/xmlannoi.cxx (working copy)
5 @@ -189,6 +189,7 @@
7 pShapeContext->EndElement();
8 delete pShapeContext;
9 + pShapeContext = NULL;
12 ScMyImportAnnotation* pMyAnnotation = new ScMyImportAnnotation();