summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelistentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/treelistentry.cxx')
-rw-r--r--svtools/source/contnr/treelistentry.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svtools/source/contnr/treelistentry.cxx b/svtools/source/contnr/treelistentry.cxx
index af348256d0b1..559a60f2b25d 100644
--- a/svtools/source/contnr/treelistentry.cxx
+++ b/svtools/source/contnr/treelistentry.cxx
@@ -99,15 +99,7 @@ sal_uLong SvTreeListEntry::GetChildListPos() const
return ( nListPos & 0x7fffffff );
}
-SvTreeListEntries& SvTreeListEntry::GetChildEntries()
-{
- return maChildren;
-}
-const SvTreeListEntries& SvTreeListEntry::GetChildEntries() const
-{
- return maChildren;
-}
void SvTreeListEntry::Clone(SvTreeListEntry* pSource)
{