summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsctree.hxx')
-rw-r--r--rsc/inc/rsctree.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/inc/rsctree.hxx b/rsc/inc/rsctree.hxx
index ddedf12b077b..600db98097fe 100644
--- a/rsc/inc/rsctree.hxx
+++ b/rsc/inc/rsctree.hxx
@@ -22,7 +22,6 @@
#include <tools/link.hxx>
#include <rsctools.hxx>
-/****************** C L A S S E S ****************************************/
class BiNode
{
protected:
@@ -48,7 +47,6 @@ public:
void EnumNodes( Link aLink ) const;
};
-/*************************************************************************/
class NameNode : public BiNode
{
void SubOrderTree( NameNode * pOrderNode );
@@ -72,7 +70,6 @@ public:
void OrderTree();
};
-/*************************************************************************/
class IdNode : public NameNode
{
virtual COMPARE Compare( const NameNode * ) const;
@@ -86,7 +83,6 @@ public:
virtual sal_uInt32 GetId() const;
};
-/*************************************************************************/
class StringNode : public NameNode
{
virtual COMPARE Compare( const NameNode * ) const;