summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype2.hxx')
-rw-r--r--basctl/source/basicide/bastype2.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 45ce1a3ac64c..4981a569817d 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -177,7 +177,7 @@ class TreeListBox : public SvTreeListBox, public DocumentEventListener
private:
sal_uInt16 nMode;
DocumentEventNotifier m_aNotifier;
-
+ void Init();
void SetEntryBitmaps( SvTreeListEntry * pEntry, const Image& rImage );
virtual void MouseButtonDown( const MouseEvent& rMEvt );
@@ -205,7 +205,8 @@ protected:
virtual void onDocumentModeChanged( const ScriptDocument& _rDocument );
public:
- TreeListBox( Window* pParent, const ResId& rRes );
+ TreeListBox(Window* pParent, const ResId& rRes);
+ TreeListBox(Window* pParent);
~TreeListBox();
void ScanEntry( const ScriptDocument& rDocument, LibraryLocation eLocation );