summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype2.cxx')
-rw-r--r--basctl/source/basicide/bastype2.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx
index af5ab344d9dc..7b836c86be48 100644
--- a/basctl/source/basicide/bastype2.cxx
+++ b/basctl/source/basicide/bastype2.cxx
@@ -157,23 +157,10 @@ EntryDescriptor::EntryDescriptor (
OSL_ENSURE( m_aDocument.isValid(), "EntryDescriptor::EntryDescriptor: invalid document!" );
}
-// TreeListBox
-TreeListBox::TreeListBox (vcl::Window* pParent, ResId const& rRes)
- : SvTreeListBox( pParent, IDEResId( sal::static_int_cast<sal_uInt16>( rRes.GetId() ) ) )
- , m_aNotifier( *this )
-{
- Init();
-}
-
TreeListBox::TreeListBox (vcl::Window* pParent, WinBits nStyle)
: SvTreeListBox(pParent, nStyle)
, m_aNotifier( *this )
{
- Init();
-}
-
-void TreeListBox::Init()
-{
SetNodeDefaultImages();
SetSelectionMode( SelectionMode::Single );
nMode = 0xFF; // everything