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

New commits:
commit 3c5a468c4a9896d0c7b579002789cd87eb31dffd
Author:     Michael Stahl <michael.st...@cib.de>
AuthorDate: Mon Jun 17 12:57:32 2019 +0200
Commit:     Michael Stahl <michael.st...@cib.de>
CommitDate: Mon Jun 17 14:31:19 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.st...@cib.de>

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(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to