summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/bastype2.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 482899604d61..e20cbd5ed5f4 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -22,7 +22,6 @@
#include "doceventnotifier.hxx"
#include <o3tl/heap_ptr.hxx>
-#include <tools/solar.h>
#include <svtools/treelistbox.hxx>
#include <svl/lstner.hxx>
@@ -161,7 +160,7 @@ public:
};
-/************************************************************
+/*
Classification of types and pointers in the Entries:
OBJ_TYPE_DOCUMENT DocumentEntry
@@ -170,7 +169,7 @@ public:
OBJ_TYPE_DIALOG Entry
OBJ_TYPE_METHOD Entry
-**************************************************************/
+*/
class TreeListBox : public SvTreeListBox, public DocumentEventListener
{