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

New commits:
commit 9cad46b36427aba3082dc096a19f96fc63276ed1
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Aug 20 10:20:30 2014 +0100

    move comment into assert
    
    Change-Id: I230fdf40dc2df552b8cfbdee33e8d3bd25fb81de

diff --git a/sw/source/core/bastyp/index.cxx b/sw/source/core/bastyp/index.cxx
index f180ce0..cdf89e1 100644
--- a/sw/source/core/bastyp/index.cxx
+++ b/sw/source/core/bastyp/index.cxx
@@ -214,7 +214,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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to