[Libreoffice-commits] core.git: sw/source
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 17 12:32:12 UTC 2019
sw/source/core/bastyp/index.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3c5a468c4a9896d0c7b579002789cd87eb31dffd
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 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.Stahl at 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(
More information about the Libreoffice-commits
mailing list