summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/contnr/treelistentry.cxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/svtools/source/contnr/treelistentry.cxx b/svtools/source/contnr/treelistentry.cxx
index bf04b1e445fe..60a960fb5f13 100644
--- a/svtools/source/contnr/treelistentry.cxx
+++ b/svtools/source/contnr/treelistentry.cxx
@@ -47,12 +47,13 @@ void SvTreeListEntry::InvalidateChildrensListPositions()
nListPos |= 0x80000000;
}
-SvTreeListEntry::SvTreeListEntry() :
- pParent(NULL),
- nAbsPos(0),
- nListPos(0),
- pUserData(NULL),
- nEntryFlags(0)
+SvTreeListEntry::SvTreeListEntry()
+ : pParent(NULL)
+ , nAbsPos(0)
+ , nListPos(0)
+ , bIsMarked(false)
+ , pUserData(NULL)
+ , nEntryFlags(0)
{
}