[Libreoffice-commits] .: svtools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 18 05:32:35 PDT 2012


 svtools/source/contnr/treelistentry.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 4bc089dff22765614e0cb988a88ea71706ad3f00
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Oct 18 14:31:43 2012 +0200

    fix debug build
    
    Change-Id: Iadafeabc9c70841f8c40a5a585e5c77e079718e9

diff --git a/svtools/source/contnr/treelistentry.cxx b/svtools/source/contnr/treelistentry.cxx
index 8026400..24abb16 100644
--- a/svtools/source/contnr/treelistentry.cxx
+++ b/svtools/source/contnr/treelistentry.cxx
@@ -30,8 +30,6 @@
 #include "svtools/treelist.hxx"
 #include "svtools/treelistbox.hxx"
 
-#include "tools/debug.hxx"
-
 void SvTreeListEntry::SetListPositions()
 {
     if( pChildren )
@@ -56,7 +54,6 @@ void SvTreeListEntry::InvalidateChildrensListPositions()
 
 void SvTreeListEntry::DeleteItems_Impl()
 {
-    DBG_CHKTHIS(SvLBoxEntry,0);
     sal_uInt16 nCount = aItems.size();
     while( nCount )
     {


More information about the Libreoffice-commits mailing list