summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/objdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/objdlg.hxx')
-rw-r--r--basctl/source/basicide/objdlg.hxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index c919fbcb927d..df77a64e360c 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -39,18 +39,6 @@
class StarBASIC;
-class ObjectTreeListBox : public BasicTreeListBox
-{
-private:
-
- virtual void Command( const CommandEvent& rCEvt );
- virtual void MouseButtonDown( const MouseEvent& rMEvt );
-
-public:
- ObjectTreeListBox( Window* pParent, const ResId& rRes );
- ~ObjectTreeListBox();
-};
-
class ObjectCatalogToolBox_Impl: public ToolBox
{
public:
@@ -67,7 +55,7 @@ private:
class ObjectCatalog : public FloatingWindow
{
private:
- ObjectTreeListBox aMacroTreeList;
+ BasicTreeListBox aMacroTreeList;
ObjectCatalogToolBox_Impl aToolBox;
FixedText aMacroDescr;
Link aCancelHdl;