summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/node.hxx')
-rw-r--r--sw/inc/node.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 294a79e38bf5..be64d454d690 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -524,8 +524,6 @@ private:
SwTableNode & operator= ( const SwTableNode & rNode );
};
-// SwSectionNode
-
class SwSectionNode
: public SwStartNode
, private ::boost::noncopyable
@@ -572,8 +570,6 @@ public:
};
-// SwDummySectionNode
-
/** This class is internal. And quite frankly I don't know what ND_SECTIONDUMMY is for,
the class has been merely created to replace "SwNode( ND_SECTIONDUMMY )", the only case
of instantiating SwNode directly. Now SwNode can be an abstract base class. */