diff options
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index afdacbdcb732..b304a40367af 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -5490,8 +5490,8 @@ sal_uLong SwWW8ImplReader::CoreLoad(WW8Glossary *pGloss) UpdateFields(); - m_xWFlyPara.reset(); - m_xSFlyPara.reset(); + DELETEZ(m_pWFlyPara); + DELETEZ(m_pSFlyPara); // delete the pam before the call for hide all redlines (Bug 73683) if (m_bNewDoc) |