summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/marktree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/marktree.hxx')
-rw-r--r--dbaccess/source/ui/inc/marktree.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/dbaccess/source/ui/inc/marktree.hxx b/dbaccess/source/ui/inc/marktree.hxx
index 05dc9e85b77d..1c6f19811f0d 100644
--- a/dbaccess/source/ui/inc/marktree.hxx
+++ b/dbaccess/source/ui/inc/marktree.hxx
@@ -24,15 +24,10 @@
#include "svtools/svlbitm.hxx"
-
-//.........................................................................
namespace dbaui
{
-//.........................................................................
-//========================================================================
-//= OMarkableTreeListBox
-//========================================================================
+// OMarkableTreeListBox
/** a tree list box where all entries can be marked (with a checkbox) and
unmarked. In addition, inner nodes know a third state which applies
if some, but not all of their descendants are marked.
@@ -65,9 +60,7 @@ private:
void InitButtonData();
};
-//.........................................................................
} // namespace dbaui
-//.........................................................................
#endif // _DBAUI_MARKTREE_HXX_