summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-08-22 16:32:18 +0200
committerAndras Timar <andras.timar@collabora.com>2019-08-23 14:56:32 +0200
commitb49a932aa80849f62b0c215ac09b304a6ad4d9a0 (patch)
tree5686223334bdc73acf6bf96320b1c2b200a96bbe
parentf717b73d129aaa6a602fdccc6f32952ae7065caf (diff)
build fixcp-5.3-66
Change-Id: Iecb4be601fe1cb4d3774795be66a1a0f8c33ca3b
-rw-r--r--sw/source/filter/ww8/ww8par.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 97aa5f8262e0..809ff89a01d9 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)