[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sw/source

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 17 13:21:53 UTC 2019


 sw/source/core/bastyp/index.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 156a813d88a91e3f4a9ad4c940016a0e61eb5410
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Mon Jun 17 12:57:32 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon Jun 17 15:21:12 2019 +0200

    sw: restore ~SwIndexReg() assert
    
    Was commented out in b7b78dfc0719c3aa0e250b2992d3b04e135a26be,
    presumably by accident.
    
    Change-Id: I831b4a6a73183ee7969b63adc8fb87a8519789d4
    Reviewed-on: https://gerrit.libreoffice.org/74161
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    (cherry picked from commit 3c5a468c4a9896d0c7b579002789cd87eb31dffd)
    Reviewed-on: https://gerrit.libreoffice.org/74168

diff --git a/sw/source/core/bastyp/index.cxx b/sw/source/core/bastyp/index.cxx
index 4e7dd165736d..4f740948abff 100644
--- a/sw/source/core/bastyp/index.cxx
+++ b/sw/source/core/bastyp/index.cxx
@@ -223,7 +223,7 @@ SwIndexReg::SwIndexReg()
 
 SwIndexReg::~SwIndexReg()
 {
-//    assert(!m_pFirst && !m_pLast && "There are still indices registered");
+    assert(!m_pFirst && !m_pLast && "There are still indices registered");
 }
 
 void SwIndexReg::Update(


More information about the Libreoffice-commits mailing list