summaryrefslogtreecommitdiffstats
path: root/vcl/source/treelist/treelistbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/treelist/treelistbox.cxx')
-rw-r--r--vcl/source/treelist/treelistbox.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx
index 529839943445..239325e2ba0c 100644
--- a/vcl/source/treelist/treelistbox.cxx
+++ b/vcl/source/treelist/treelistbox.cxx
@@ -2497,11 +2497,6 @@ bool SvTreeListBox::AreChildrenTransient() const
return pImpl->AreChildrenTransient();
}
-void SvTreeListBox::SetChildrenNotTransient()
-{
- pImpl->SetChildrenNotTransient();
-}
-
void SvTreeListBox::EditedText( const OUString& rStr )
{