[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - sw/source

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 22 14:33:06 UTC 2019


 sw/source/filter/ww8/ww8par.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d8458569709e5bf5a05630b735f6e6d4b9b135ff
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Aug 22 16:32:18 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Aug 22 16:32:18 2019 +0200

    build fix
    
    Change-Id: Iecb4be601fe1cb4d3774795be66a1a0f8c33ca3b

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)


More information about the Libreoffice-commits mailing list