summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2022-11-24 23:40:14 +0100
committerMichael Meeks <michael.meeks@collabora.com>2022-11-25 11:57:48 +0100
commitd96d1b380d3c626522407397e56d68030a73e02a (patch)
treef8811dee2fdae62bef43a277bcf67f90f1059648 /sw/source/core/docnode/node.cxx
parent7fffb4b80c7279e96385086f068e9426579c916b (diff)
tdf#141438 Clean old comments //FEATURE::CONDCOLL
Change-Id: I350a9c0a033edddf805170534561b6dca0bf5ae0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143172 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sw/source/core/docnode/node.cxx')
-rw-r--r--sw/source/core/docnode/node.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx
index 60cc18131e3b..c50435e076fb 100644
--- a/sw/source/core/docnode/node.cxx
+++ b/sw/source/core/docnode/node.cxx
@@ -18,7 +18,6 @@
*/
#include <config_wasm_strip.h>
-
#include <hintids.hxx>
#include <editeng/protitem.hxx>
#include <osl/diagnose.h>
@@ -995,14 +994,12 @@ SwStartNode::SwStartNode( SwNodes& rNodes, SwNodeOffset nPos )
void SwStartNode::CheckSectionCondColl() const
{
-//FEATURE::CONDCOLL
SwNodeIndex aIdx( *this );
SwNodeOffset nEndIdx = EndOfSectionIndex();
const SwNodes& rNds = GetNodes();
SwContentNode* pCNd;
while( nullptr != ( pCNd = rNds.GoNext( &aIdx )) && pCNd->GetIndex() < nEndIdx )
pCNd->ChkCondColl();
-//FEATURE::CONDCOLL
}
void SwStartNode::dumpAsXml(xmlTextWriterPtr pWriter) const