summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelistentry.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-18 14:31:43 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-18 14:32:04 +0200
commit4bc089dff22765614e0cb988a88ea71706ad3f00 (patch)
treedcd7bf221603131b6ab92126ecf2c44e1b808a85 /svtools/source/contnr/treelistentry.cxx
parent8e7a3669dd86f86325b3012abc657b5d4665374d (diff)
fix debug build
Change-Id: Iadafeabc9c70841f8c40a5a585e5c77e079718e9
Diffstat (limited to 'svtools/source/contnr/treelistentry.cxx')
-rw-r--r--svtools/source/contnr/treelistentry.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/contnr/treelistentry.cxx b/svtools/source/contnr/treelistentry.cxx
index 80264004625c..24abb16b3bdf 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 )
{