Kaydet (Commit) 4bc089df authored tarafından David Tardon's avatar David Tardon

fix debug build

Change-Id: Iadafeabc9c70841f8c40a5a585e5c77e079718e9
üst 8e7a3669
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment