summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-06-17 12:57:32 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-06-17 15:21:12 +0200
commit156a813d88a91e3f4a9ad4c940016a0e61eb5410 (patch)
treef848fba9f5623b63e59e421368d4bb826f0c14ae
parent766175aac45abc3f4807311bd0b4d505c46d1295 (diff)
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@cib.de> (cherry picked from commit 3c5a468c4a9896d0c7b579002789cd87eb31dffd) Reviewed-on: https://gerrit.libreoffice.org/74168
-rw-r--r--sw/source/core/bastyp/index.cxx2
1 files changed, 1 insertions, 1 deletions
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(